Re: [Puppet Users] How to push config from master ?

2010-04-04 Thread Patrick
I've heard you can push config using puppet, but I've never tried it. If you're interested, take a look at the command puppetrun and "puppetd --listen". When I need to do something now on all the nodes, I use a distributed ssh program. I setup the ssh server using puppet on each client. (Clien

Re: [Puppet Users] How to push config from master ?

2010-04-04 Thread jatindergiri
Around 70 Sent via BlackBerry by AT&T -Original Message- From: Patrick Date: Sun, 4 Apr 2010 22:22:10 To: Subject: Re: [Puppet Users] How to push config from master ? On Apr 4, 2010, at 9:53 PM, jatinderg...@gmail.com wrote: > Thank you so much for the reply. I have bunch of webserv

Re: [Puppet Users] How to push config from master ?

2010-04-04 Thread Patrick
On Apr 4, 2010, at 9:53 PM, jatinderg...@gmail.com wrote: > Thank you so much for the reply. I have bunch of webserver, I want to able be > able run svn update to all the webserver from master. Of-course I can do cron > job that runs svn update, but I would like to revert to previous version on

Re: [Puppet Users] How to push config from master ?

2010-04-04 Thread jatindergiri
Thank you so much for the reply. I have bunch of webserver, I want to able be able run svn update to all the webserver from master. Of-course I can do cron job that runs svn update, but I would like to revert to previous version on fly if needed. So maybe I need to use that tool you are talking

Re: [Puppet Users] How to push config from master ?

2010-04-04 Thread Patrick
On Apr 4, 2010, at 7:00 PM, JT wrote: > I am trying push configuratioin from the server. Here is the simple > config > > node 'client.master.com' { > package { 'curl': ensure => present > } > } > > -bash-3.2#puppet site.pp > dnsdomainname: Unknown host > Could not find default node or by name w

Re: [Puppet Users] Cannot get puppet master to sign certificate with Ubuntu 10.04

2010-04-04 Thread Patrick
On Apr 4, 2010, at 8:29 PM, h3 wrote: > I have a puppet master running on a Ubuntu Hardy. I have some other > Ubuntu servers and clients ranging from hardy to karmic that works > fine. > > Now I've setuped a fresh Lucid Lynx install (10.04) and I can't get a > certificate for it: > > Client: >

[Puppet Users] How to push config from master ?

2010-04-04 Thread JT
I am trying push configuratioin from the server. Here is the simple config node 'client.master.com' { package { 'curl': ensure => present } } -bash-3.2#puppet site.pp dnsdomainname: Unknown host Could not find default node or by name with 'domu-12-31-39-09-a4- c4.com, domu-12-31-39-09-a4-c4, domU

[Puppet Users] Cannot get puppet master to sign certificate with Ubuntu 10.04

2010-04-04 Thread h3
I have a puppet master running on a Ubuntu Hardy. I have some other Ubuntu servers and clients ranging from hardy to karmic that works fine. Now I've setuped a fresh Lucid Lynx install (10.04) and I can't get a certificate for it: Client: > sudo puppetd --waitforcert 60 --test > > info: Creating

[Puppet Users] Re: seg fault after client upgrade

2010-04-04 Thread ant
Late, but in the hope this might help someone, I ran into this recently on my puppet upgrade on the EL4 boxes. I did the 1.8.5 ruby upgrade from dev.centos.org. I straced the puppetd to see where ruby was looking for the libs and saw that with the 1.8.5 it was looking in: /usr/lib/site_ruby/1.8/i

Re: [Puppet Users] Trouble with Puppet+Augeas in 0.25, but not in 0.24

2010-04-04 Thread Patrick
On Apr 4, 2010, at 3:14 AM, Peter Meier wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > >>augeas{"samba-global2": >>context => "/files/etc/samba/smb.conf/ >> target[.='global']", >>changes => [ >>"set workgroup MSHOME", >

Re: [Puppet Users] Trouble with Puppet+Augeas in 0.25, but not in 0.24

2010-04-04 Thread Patrick
On Apr 4, 2010, at 3:14 AM, Peter Meier wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > >>augeas{"samba-global2": >>context => "/files/etc/samba/smb.conf/ >> target[.='global']", >>changes => [ >>"set workgroup MSHOME", >

Re: [Puppet Users] Trouble with Puppet+Augeas in 0.25, but not in 0.24

2010-04-04 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > augeas{"samba-global2": > context => "/files/etc/samba/smb.conf/ > target[.='global']", > changes => [ > "set workgroup MSHOME", > "set 'os\ level' 31", >