Displaying 20 results from an estimated 5000 matches similar to: "certname=hostname SSL errors"
2012 Oct 09
6
upgrade to 3.0, ruby and rhel 5
Hi all,
I wanted to upgrade today the clients to 3.0 but, for RHEL 5, ruby
1.8.7 is not in the official repos. If we upgrade from the official
(1.8.5) package to the puppetlabs provided one, there is a good chance
that we will lose support for several applications that we are
running.
Is there a way around this? (except upgrading to PE, which will come
next year :D )
Thanks.
--
You received
2008 Apr 27
4
Template variable "hostname" not working with certname= parameter?
I recently upgraded my Puppetmaster to 0.24.4 and it looks like my templates
are not working properly. All of my clients use the same certificate, built
by my original client "xx". I do this using the certname=blah parameter in
the puppet.conf on each client. Up until I upgraded each client would use
the "xx" certificate (which I had renamed to "blah") and
2012 Oct 31
5
how to trigger puppet run on agents remotely
Hello Everybody,
I am looking for a way to trigger puppet rum
remotely. so that i don''t need to login into individual nodes and perform
the puppet agent --test from there.
Is there any alternative to puppet kick in puppet 3.0, since its being
deprecated in telly.
Also , can anybody tell how to configure foreman 1 to trigger puppet run
from the gui in puppet
2011 Oct 19
5
How to know the generated certname used by a puppet client, for reuse within erb (because of cloud provisioner) ?
Hi,
I am using the cloud provisioner to bootstrap some ec2 nodes, and these
clients are signed using a randomly generated certname, which is put in
/etc/puppet.conf at the bootstrap time (eg certname =
d7bcd693-73fd-495f-0876-ff91ea11111e).
But my puppet code repo also manages the puppet.conf file, so the file will
be overwritten on the client at the first puppet run. Nevertheless, i should
not
2010 Feb 14
2
How can I set certname in managed puppet.conf?
I want to manage my puppet.conf files on every node, via a puppet
module on the puppetmaster.
However, in puppet.conf on each of my nodes, I also *must* specify the
certname attribute.
(This is because my company''s NIS domain doesn''t match it''s DNS domain
and the fqdn comes out erroneous unless I enforce the DNS name with
the certname attribute.)
Does anyone know how
2011 Apr 06
4
SSL issues: Separate CA, multiple load balanced masters
Hi,
I''ve been at it for about 4 days now and I just can''t figure it out.
I''m getting the following error when running puppet agent on my
masters: SSL_connect returned=1 errno=0 state=SSLv3 read server
certificate B: certificate verify failed
At startup, I''m running ntpdate (I''ve read in a lot of places that
this error occurs when date between servers
2013 Apr 26
7
passwordless ssh
What is the best and easy''t way to let all nodes ssh passwordless to each
other ?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
2006 Jul 22
2
using MongrelDbg
I coded up a handler, using the MongrelDbg module to help me debug. I
deployed my code and found it royally broken in production because it
couldn''t include that module.
What''s the best practice for having MongrelDbg in code and not
breaking in different environments? Is this just a bug? I commented
out all my MongrelDbg usage and redeployed, and it works now.
--
Cheers,
2011 Feb 25
2
"hostname not match with the server certificate" error
Hi all
I''m trying to set up a separate puppet master and client on EC2. I''ve
used two instances of CentOS5.4 with nothing other than the base
install and have installed puppet via the ruby gems. Puppet is at
2.6.4 on both machines.
I''ve been following the guide to get a basic configuration working
(http://docs.puppetlabs.com/guides/configuring.html) with a little
tweak
2012 Aug 29
1
dmz network configuration
Hi all,
I need to install puppet agent on some DMZ hosts, so I need to have
all TCP ports.
Can anyone tell me what the data flow is between agents and the master?
Also, what would be the case when using MCollective, inseatad of puppet kick?
Thanks.
--
Beware of programmers who carry screwdrivers!
--
You received this message because you are subscribed to the Google Groups "Puppet
2012 Mar 13
2
problems with SSH-based clustering dovecot 2.1.1
Hello,
I'm using dovecot 2.1.1 with vpopmail 5.4.30 with multiples domains and I
have problems setting up synchronization in between multiple computers.
All act like master (my clients can connect to any of the them and read
their emails either via POP3 either via IMAP, inbound email gets on any of
the machines). Each machine is on a different continent, there is no
shared drive in between
2015 Jun 01
4
[OT] recover/reset 'owner' password on win7 os
On 06/01/2015 12:43 PM, John R Pierce wrote:
> On 6/1/2015 10:30 AM, g wrote:
>> i would wipe win7, but not an option at this time.
>
> thats the only sane thing to do with a used computer being redeployed,
> format it completely, and clean install your desired software.
so, just what do you think "but not an option at this time" means? ;-)
> there's a util
2012 Jul 11
6
certname doesn't seem to work on the agent
Hi guys,
I have a box that needs to identify itself to the puppetmaster as something
different from the FQDN. I added certname to the agent configuration before
the first run, but it doesn''t seem to be sufficient. The certificate was
generated for the FQDN, and the host appears in the dashboard as the FQDN,
and the node name used to evaluate the manifest is also the FQDN. I would
2012 Oct 26
2
Using regex to match hostnames in hiera
Hi, I''m having a problem with extlookup not respecting the ''certname'' parameter[1]. When executing a puppet run with either the --certname or --fqdn parameters, it ends up using the specified SSL certificate and gets the correct node definition applied from the puppetmaster. However, it still retrieves extlookup data using the node''s actual FQDN, not the one
2012 Nov 20
2
hiera values issue
Hi, I have a puppetmaster - agent architecture. I have a module for the
vsftpd configuracion in the agents. The configuration of the value
''max_per_ip'' in the agents may vary. This is a line of the manifest:
$max_per_ip = hiera(''max_per_ip'',10)
I want to specify different values for each agent using hiera. The problem
is I am only able to specify the
2011 Jun 30
7
Puppet agent creates certificates for localhost.localdomain and does not pick up the changed hostname
Hi Everyone,
I am using Puppet 2.6.5 to configure fresh VMs. These VMs have their
hostname set to localhost.localdomain initially at boot-time.
There is this script file that runs in rc.local and this is what I do
inside it
1. I change the hostname from localhost to xxx.xxxxxx using the
hostname command.
2. start the puppet agent as /usr/sbin/puppetd --certname=xxx.xxxxxx
2012 Aug 10
3
SSL issues - certificate verify failed
Hello readers,
I have this little issue that my puppet client refuses to do anything
because of SSL validation errors. Maybe I''ll just post dump of what
happens, that makes it clear I hope. Does anyone have a suggestion why that
might happen? what I already checked:
On the master:
- Puppet and puppetmaster is running
- Something is listening on Port 8140 (although I cannot
2011 Mar 08
1
EC2 master restart, broken agents
A quick overview of our setup:
We have an EBS-backed puppet master instance with an Elastic IP, and a
number of puppet agent AMI images in various regions. When these AMIs
were created, they were authenticated with the puppet master using the
following command:
# puppet agent --certname=$(cat /etc/puppet/certname) --server
puppet.ourdomain.net --waitforcert 30 --test
...and accepted on the
2009 Jul 31
2
Bug?
Almighty Repo Maintainers,
I believe the current repository version of Xen for Lenny stable may be afflicted with this bug, which prevents domUs from shutting down/rebooting properly.
http://lists.xensource.com/archives/html/xen-devel/2009-01/msg00050.html
What say you?
Best Regards
Nathan Eisenberg
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Aug 21
3
require SSL certs only for encrypted connections?
# 1.1.11: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.28-14-server x86_64 Ubuntu 9.04
Here's the situation:
I have several local clients (Thunderbird) which do not use TLS at all.
It's plaintext completely, on port 143, because the connection is local
and there are no unauthorized users on this network (it's a home
network). I want to keep it that way to keep things simple.
Tools /