Re: [Puppet Users] continues puppet run in production

2009-12-28 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott Smith wrote: > berber wrote: >> Puppet runs every hour or so on our production servers and makes sure >> they stick to the manifest. I'm curious to know if this is advised for >> production. >> >> In theory, if something breaks in puppet for what

Re: [Puppet Users] continues puppet run in production

2009-12-28 Thread Scott Smith
berber wrote: > Puppet runs every hour or so on our production servers and makes sure > they stick to the manifest. I'm curious to know if this is advised for > production. > > In theory, if something breaks in puppet for whatever reason, all of > our production servers may be hurt simultaneously.

Re: [Puppet Users] continues puppet run in production

2009-12-28 Thread Russ Allbery
berber writes: > Puppet runs every hour or so on our production servers and makes sure > they stick to the manifest. I'm curious to know if this is advised for > production. > In theory, if something breaks in puppet for whatever reason, all of > our production servers may be hurt simultaneously

[Puppet Users] continues puppet run in production

2009-12-28 Thread berber
Puppet runs every hour or so on our production servers and makes sure they stick to the manifest. I'm curious to know if this is advised for production. In theory, if something breaks in puppet for whatever reason, all of our production servers may be hurt simultaneously. berber -- You received

[Puppet Users] Re: Newbie trying ModuleSSHAuth : getting resource Ssh_auth_key_namecheck[id_rsa] already exists.

2009-12-28 Thread Kassec
On Dec 28, 11:06 pm, Andrew Schulman wrote: > > Better ;) Thank you. I would have been unable to find this patch by > > myself ! > > Well thanks for testing.  I test on my own installation but > > > > > > > Still I have something I don't understand. With the following I expect > > to log in as use

Re: [Puppet Users] Re: Newbie trying ModuleSSHAuth : getting resource Ssh_auth_key_namecheck[id_rsa] already exists.

2009-12-28 Thread Andrew Schulman
> Better ;) Thank you. I would have been unable to find this patch by > myself ! Well thanks for testing. I test on my own installation but > Still I have something I don't understand. With the following I expect > to log in as user1 with user2 key pair : > > class user::virtuals { > >

[Puppet Users] Re: Newbie trying ModuleSSHAuth : getting resource Ssh_auth_key_namecheck[id_rsa] already exists.

2009-12-28 Thread Kassec
On Dec 28, 11:23 am, Andrew Schulman wrote: > Kassec, thanks for the report. I've fixed this and uploaded a new version of > ssh::auth (release 0.3.1). Please download it and try again, and let me know > how it goes. Andrew. Better ;) Thank you. I would have been unable to find this patch by

Re: [Puppet Users] syntaxt to cat files together

2009-12-28 Thread R.I.Pienaar
hello, - "Kenneth Holter" wrote: > I could use this kind of functionality myself. Did you find a way to > get this working? try http://nephilim.ml.org/~rip/puppet/concatfile/ -- R.I.Pienaar -- You received this message because you are subscribed to the Google Groups "Puppet Users" gro

Re: [Puppet Users] syntaxt to cat files together

2009-12-28 Thread Scott Smith
Dick Davies wrote: > Is there a way to concat multiple files together to generate the > content of a File resource? > Look in David Schmitt's modules (specifically this one): http://git.black.co.at/?p=module-common;a=summary -scott -- You received this message because you are subscribed to th

[Puppet Users] Re: Facter 1.5.7 and operatingsystemrelease

2009-12-28 Thread Thomas Bellman
Kenton Brede wrote: > I searched through old messages and didn't see that this had been > addressed. I can see people wanting facter to report the minor > version and others wanting just the major release number. The way it > stands I'll need to change every operatingystemrelease variable, each

Re: [Puppet Users] syntaxt to cat files together

2009-12-28 Thread Kenneth Holter
I could use this kind of functionality myself. Did you find a way to get this working? Best regards, Kenneth Holter On Fri, Sep 25, 2009 at 12:17 PM, Dick Davies wrote: > > Is there a way to concat multiple files together to generate the > content of a File resource? > > I know this can be done

Re: [Puppet Users] Newbie trying ModuleSSHAuth : getting resource Ssh_auth_key_namecheck[id_rsa] already exists.

2009-12-28 Thread Andrew Schulman
> I'm new to puppet and trying some simple things. Especially, I > followed the doc @ > http://reductivelabs.com/trac/puppet/wiki/Recipes/ModuleSSHAuth > to manage ssh keys. > > Everything went well until I tried with more than one user! If I try > to add another user key, ie : > > ssh::auth::ke