[Puppet Users] "SSLv3 read server certificate B: certificate verify failed." -- Not time related

2012-02-21 Thread Jon Davis
I recently built, added to puppet and then nuked a server. Before I re-added the machine (after I rebuilt it, with the same name), I went to the puppet server and ran `puppet cert revoke dev-8.company.com` and `puppet cert clean dev-8.company.com`. Now when puppet runs on ANY server in my environ

Re: [Puppet Users] "SSLv3 read server certificate B: certificate verify failed." -- Not time related

2012-02-21 Thread Jon Davis
On Tue, Feb 21, 2012 at 17:05, Russell Van Tassell wrote: > Just a couple of issues... > > On Tue, Feb 21, 2012 at 4:56 PM, Jon Davis wrote: > >> I recently built, added to puppet and then nuked a server. Before I >> re-added the machine (after I rebuilt it, with t

[Puppet Users] Re: "SSLv3 read server certificate B: certificate verify failed." -- Not time related

2012-02-22 Thread Jon Davis
I can find related entries on [3] -Jon [1] http://projects.puppetlabs.com/issues/9084 [2] http://urgetopunt.com/puppet/2011/09/14/puppet-ruby19.html [3] http://docs.puppetlabs.com/pe/2.0/maint_common_config_errors.html#do-agents-trust-the-masters-certificate On Tue, Feb 21, 2012 at 16:56, Jon Davis wrote: &g

Re: [Puppet Users] Re: "SSLv3 read server certificate B: certificate verify failed." -- Not time related

2012-02-22 Thread Jon Davis
all again. But for now it seems to be working. Freaking massive headache. On Wed, Feb 22, 2012 at 12:11, Gary Larizza wrote: > > > On Wed, Feb 22, 2012 at 11:58 AM, Jon Davis wrote: > >> How can I track down where the issue for this is? I've found some bugs >> a

Re: [Puppet Users] Certificate Annoyance: Time Differential

2012-02-27 Thread Jon Davis
My solution was to run ntpdate before I ran the puppet join. Since all my client machines are ubuntu, I know it's pre-installed. After that, puppet installs the ntp service. My "join" command looks something like: `apt-get install puppet -y && ntpdate pool.ntp.org && puppet agent --server puppet

[Puppet Users] Publicly accessible server?

2011-10-20 Thread Jon Davis
I have a numer of hosts in different locations I want to manage with puppet. Can I set up my Puppet server to be publicly accessible, or is this a horribly bad idea likely to end with a destroyed server? -- Jon [[User:ShakataGaNai]] / KJ6FNQ http://snowulf.com/ http://www.linkedin.com/in/shakata

Re: [Puppet Users] Publicly accessible server?

2011-10-20 Thread Jon Davis
't be able to find out. Or maybe I dont understand what is publicly accessible on Puppet server. On Thu, Oct 20, 2011 at 16:53, Jan wrote: > Hi John, > > On 10/21/2011 12:13 AM Jon Davis wrote: > > I have a numer of hosts in different locations I want to manage with >

[Puppet Users] Issue with server certificates

2011-11-08 Thread Jon Davis
I've spent most time than I care to admit to trying to setup Puppet in our production environment. I had previously tested it out and gotten it to work and now I cannot for some reason. I am attempting to get Puppet server (with passenger on Apache2) up and running under Ubuntu 11.10 (client too)

[Puppet Users] lighttpd / modifying variables in templates?

2011-11-15 Thread Jon Davis
I'm trying to get puppet to manage my lighttpd install, but I use vhosts. The line I'd normally use is something like this: $HTTP["host"] =~ "site\.example\.tld" { server.document-root= "/var/www/site.example.tld" accesslog.filename = "/var/log/lighttpd/ s

[Puppet Users] Multiple variables in a file path?

2011-11-17 Thread Jon Davis
I'm trying to use puppet to setup my apache v-hosts. I want to make sure the files are in order so my puppet statement is this: file { "apache-vhost-$name": path=> "/etc/apache2/sites-enabled/$order-$name", content => template("apache/vhost.erb")

Re: [Puppet Users] Multiple variables in a file path?

2011-11-17 Thread Jon Davis
That did it, thanks. I "couldn't find" any examples of variable isolation in puppet, but going back now I realize there were... I just missed em. Much appreciated -Jon On Thu, Nov 17, 2011 at 09:10, Christopher Wood wrote: > On Thu, Nov 17, 2011 at 09:04:09AM -0800, Jon Davis

[Puppet Users] Multi-Dimensional Arrays and Templates?

2011-11-21 Thread Jon Davis
I'm trying to figure out if I can pass multiple variables from puppet, into a template, and have them iterate out. I'm using puppet to configure Varnish and I want to pass it 3 pieces of information repeatedly: The domain name, what the backend should be, and if it should force SSL. Can I just do

Re: [Puppet Users] Is puppet right for us?

2011-12-07 Thread Jon Davis
On Wed, Dec 7, 2011 at 12:22, Luke wrote: > > to automate our complex server builds Well, that's Puppets core skill. > and web app deployments but will assist our devs with getting their builds > ready to deploy Depends on how you deploy your webapps and your builds, it could, but it might