[Puppet Users] Issues with clients connecting

2009-06-25 Thread Curt Micol
Hello, I am working on moving to a new puppetmaster. Along with this move I am updating to Puppet 0.24.8. As it stands, my test client can't connect: notice: Starting Puppet client version 0.24.8 debug: Loaded state in 0.00 seconds debug: Retrieved facts in 1.12 seconds debug: Retrieving catalog

[Puppet Users] Re: Server Hierarchies Part Two (Puppet's Revenge)

2009-06-25 Thread iuhh
In James Turnbull's book there's a good discussion on the variable scoping issue (excellent book btw, a must have). He offered a workaround by defining the variable you want to override outside the class scopes. So you could try $ntp_servers = ['ntp01.example.com', 'nt

[Puppet Users] Re: Server Hierarchies Part Two (Puppet's Revenge)

2009-06-25 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 iuhh wrote: > In James Turnbull's book there's a good discussion on the variable > scoping issue (excellent book btw, a must have). He offered a > workaround by defining the variable you want to override outside the > class scopes. So you could try

[Puppet Users] Re: Server Hierarchies Part Two (Puppet's Revenge)

2009-06-25 Thread Don
> In James Turnbull's book there's a good discussion on the variable > scoping issue (excellent book btw, a must have). He offered a I have it, and while a good book, I don't think my problems are with understanding the issues- I just want puppet to do things it can't. > $ntp_servers = ['ntp01.e

[Puppet Users] Re: Override configuration defined in inherited node?

2009-06-25 Thread Evan Hisey
On Thu, Jun 25, 2009 at 1:12 AM, Kenneth Holter wrote: > Hi all. > > > I'm running puppet 0.24.4, and have the following issue: I have a base node > which more or less every linux server inherits. In the base node I've > defined a default NTP client configuration, but now I've come across a > coup

[Puppet Users] Puppet + HAProxy

2009-06-25 Thread Telmo
Hello, The Puppet footprint within my company is steadily growing, We took the basic steps to make it more robust (passenger + apache) but in order to meet the needs of a 24x7 shop I need redundancy. I've read the Reductive Labs WIKI about redundancy (http://reductivelabs.com/ trac/puppet/wiki/Re

[Puppet Users] Re: Issues with clients connecting

2009-06-25 Thread Christian Hofstaedtler
On Jun 25, 10:54 am, Curt Micol wrote: > I am working on moving to a new puppetmaster. Along with this move I > am updating to Puppet 0.24.8. > > As it stands, my test client can't connect: > notice: Starting Puppet client version 0.24.8 > debug: Loaded state in 0.00 seconds > debug: Retrieved

[Puppet Users] ~~~sexy hot girls sexy videos~~

2009-06-25 Thread udai
~~~sexy hot girls sexy videos~~ ~~~nude sexy girls modern sex~~~ http://earning2online.com http://earning2online.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, sen

[Puppet Users] Re: Override configuration defined in inherited node?

2009-06-25 Thread Don
> couple of nodes that need a different configuration. So what I need to do on > these particular nodes are, as far as I know, one of these things: > 1) Find a way to override the NTP configuration defined in the base node > 2) Make sure they don't inherit the base node, so that I can define a > d

[Puppet Users] Re: Override configuration defined in inherited node?

2009-06-25 Thread Don
Sigh- typo'd again. That should have read: > class roles::ntpmaster { >   include ntp::master > } -Don --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to pup

[Puppet Users] Re: Puppet + HAProxy

2009-06-25 Thread Nigel Kersten
On Thu, Jun 25, 2009 at 6:01 AM, Telmo wrote: > > Hello, > > The Puppet footprint within my company is steadily growing, We took > the basic steps to make it more robust (passenger + apache) but in > order to meet the needs of a 24x7 shop I need redundancy. I've read > the Reductive Labs WIKI abou

[Puppet Users] Re: Puppet + HAProxy

2009-06-25 Thread Scott Smith
Telmo wrote: > Hello, > > The Puppet footprint within my company is steadily growing, We took > the basic steps to make it more robust (passenger + apache) but in > order to meet the needs of a 24x7 shop I need redundancy. I've read > the Reductive Labs WIKI about redundancy (http://reductivelabs

[Puppet Users] Re: LDAPNodes slow

2009-06-25 Thread Rob McBroom
On 2009-Jun-24, at 5:11 PM, S H wrote: > With that behind us, I've recently begun to play with the LDAPNodes > capabilities and found that the ruby/ldap library used is unbearably > slow. I haven't noticed any slowness, but I did see some errors from Puppet saying the node couldn't be foun

[Puppet Users] node cache and Passenger

2009-06-25 Thread Rob McBroom
I've started using Passenger and it seems to be working just fine, but I see this in the logs on the puppetmaster for what looks like every run on every node. Jun 25 13:02:53 puppet puppetmasterd[7825]: Expiring the node cache of client.foo.com Jun 25 13:02:53 puppet puppetmasterd

[Puppet Users] Re: LDAPNodes slow

2009-06-25 Thread S H
On Thu, Jun 25, 2009 at 11:33 AM, Rob McBroom wrote: > > On 2009-Jun-24, at 5:11 PM, S H wrote: > > > With that behind us, I've recently begun to play with the LDAPNodes > > capabilities and found that the ruby/ldap library used is unbearably > > slow. > > I haven't noticed any slowness, but I did

[Puppet Users] Performance of Passenger vs. Mongrel

2009-06-25 Thread Mark Plaksin
Howdy: How does Passenger perform compared to Mongrel? For us Passenger looks worse. We have two puppetmasters; one does file serving, the other does everything else. We just started running 0.25 beta2 on both. The file-server is running RubyEE + Passenger and the non-file-server is running M

[Puppet Users] Re: Ordered Installation

2009-06-25 Thread Mike Renfro
You've switched from asking about the native puppet package type on Debian to how to get puppet to how to get download and build Gems from source. What you propose in the last message is probably about as good a solution as I'd be able to come up with. -- Mike Renfro / R&D Engineer, Center

[Puppet Users] Re: Ordered Installation

2009-06-25 Thread Swati Tiwari
I apologize for going off on a tangent like this and thanks for your patience and advice. 2009/6/25 Mike Renfro > > You've switched from asking about the native puppet package type on > Debian to how to get puppet to how to get download and build Gems from > source. > > What you propose in the l

[Puppet Users] Re: Performance of Passenger vs. Mongrel

2009-06-25 Thread Scott Smith
Mark Plaksin wrote: > Howdy: > > How does Passenger perform compared to Mongrel? For us Passenger looks > worse. We have two puppetmasters; one does file serving, the other does > everything else. We just started running 0.25 beta2 on both. The > file-server is running RubyEE + Passenger and

[Puppet Users] Re: basic question

2009-06-25 Thread David Bishop
Through the help of Don and Evan, I've figured this out. My solution is as follows: nodes.pp: import "modules" import groups/* node 'admin01.dev.example.com' { $webserver = "role" include admin } groups/admin.pp: class admin { include example } modules/examples/manife

[Puppet Users] Ensure overriden service after exec has run

2009-06-25 Thread Mike Lancaster
Hi, How do I force my Service declaration (with is defined elsewhere and inherited) is run after an exec has run? The code; class autofs_nis::services inherits services::base { Service['ypbind'] { ensure => running, enable=> true, } . } class autofs_nis::exec inhe

[Puppet Users] Installing applications using puppet

2009-06-25 Thread Neil K
Hi all, I am pretty new to Puppet. My puppet master server is a RHEL 5 box and puppet client is a CentOS 5.3 vm. I have managed to configure puppet server to successfully install.and upgrade rpm based packages on the client machine. Is it possible to install noon-rpm based packages using puppet?

[Puppet Users] Re: Installing applications using puppet

2009-06-25 Thread Joe McDonagh
Neil K wrote: > Hi all, > > I am pretty new to Puppet. My puppet master server is a RHEL 5 box and > puppet client is a CentOS 5.3 vm. I have managed to configure puppet > server to successfully install.and upgrade rpm based packages on the > client machine. Is it possible to install noon-rpm base

[Puppet Users] Re: Installing applications using puppet

2009-06-25 Thread Bjørn Dyresen
On Jun 25, 2009, at 10:42 PM, Neil K wrote: > > Hi all, > > I am pretty new to Puppet. My puppet master server is a RHEL 5 box and > puppet client is a CentOS 5.3 vm. I have managed to configure puppet > server to successfully install.and upgrade rpm based packages on the > client machine. Is it

[Puppet Users] Re: Installing applications using puppet

2009-06-25 Thread Neil K
Thank you for your replies. As I said I am pretty new to this puppet language. Could any one please point how to do a sample package install which includes a ./configure, make, make install inside a package directory? Thanks again for our helps. Regards, Neil --~--~-~--~~

[Puppet Users] Re: Installing applications using puppet

2009-06-25 Thread Swati Tiwari
Hi, I am new to puppet as well, but I could tell you how to do a similar install. exec { "getthesource": command => "wget http://thesourceurl";, cwd => "/the/directory/to/issue/this/command/from" } exec { "untarthesource": command => "the_untar_command", cwd => "the/dir

[Puppet Users] Re: Problems running on Mac OS X

2009-06-25 Thread Allan Marcus
Actually, I tried it on a fresh Tiger build and I get the same results :-( Any ideas? --- Thanks, Allan Marcus 505-667-5666 On Jun 25, 2009, at 3:54 PM, Allan Marcus wrote: > > hello, > > I installed facter and puppet from MacPorts and they seemed to work > just fine. Since I will be depl

[Puppet Users] Problems running on Mac OS X

2009-06-25 Thread Allan Marcus
hello, I installed facter and puppet from MacPorts and they seemed to work just fine. Since I will be deploying from the packages at So, I uninstalled from MacPorts and installed from the packages. If I try to run facter or puppetd I get errors. Any ideas? bash-3.2# facter /usr/bin/facter:5

[Puppet Users] Re: Installing applications using puppet

2009-06-25 Thread Neil K
Thanks a bunch, Swati. Your notes were extremely useful. I will check on the exec type and will collect more info. Once again thanks for everyone who tried to help. Regards, Neil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

[Puppet Users] Re: Problems running on Mac OS X

2009-06-25 Thread Nigel Kersten
On Thu, Jun 25, 2009 at 3:03 PM, Allan Marcus wrote: > > Actually, I tried it on a fresh Tiger build and I get the same > results :-( You're definitely running /usr/bin/puppetd and /usr/bin/facter ? Do /usr/lib/ruby/site_ruby/1.8/{facter,puppet} exist ? I just installed them on a fresh Tiger in

[Puppet Users] Re: Problems running on Mac OS X

2009-06-25 Thread Allan Marcus
On Jun 25, 2009, at 5:43 PM, Nigel Kersten wrote: > > On Thu, Jun 25, 2009 at 3:03 PM, Allan Marcus wrote: >> >> Actually, I tried it on a fresh Tiger build and I get the same >> results :-( > > You're definitely running /usr/bin/puppetd and /usr/bin/facter ? Yes. confirmed with 'which' > > >

[Puppet Users] Re: Problems running on Mac OS X

2009-06-25 Thread Allan Marcus
ruby -I /usr/lib/ruby/site_ruby/1.8 puppetd works! Now why would that work? Do I need to set RUBYLIB when using the installer packages? --- Thanks, Allan Marcus 505-667-5666 On Jun 25, 2009, at 5:59 PM, Allan Marcus wrote: > > > On Jun 25, 2009, at 5:43 PM, Nigel Kersten wrote: > >> >> On

[Puppet Users] Re: Problems running on Mac OS X

2009-06-25 Thread Nigel Kersten
On Thu, Jun 25, 2009 at 5:18 PM, Allan Marcus wrote: > > ruby -I /usr/lib/ruby/site_ruby/1.8 puppetd > > works! Now why would that work? Do I need to set RUBYLIB when using > the installer packages? Are you sure you're not doing something weird with your Ruby install? On Leopard, do you have the

[Puppet Users] Re: Installing applications using puppet

2009-06-25 Thread Bryan Kearney
Neil K wrote: > Hi all, > > I am pretty new to Puppet. My puppet master server is a RHEL 5 box and > puppet client is a CentOS 5.3 vm. I have managed to configure puppet > server to successfully install.and upgrade rpm based packages on the > client machine. Is it possible to install noon-rpm bas

[Puppet Users] Re: Installing applications using puppet

2009-06-25 Thread Bryan Kearney
Bjørn Dyresen wrote: > On Jun 25, 2009, at 10:42 PM, Neil K wrote: > >> Hi all, >> >> I am pretty new to Puppet. My puppet master server is a RHEL 5 box and >> puppet client is a CentOS 5.3 vm. I have managed to configure puppet >> server to successfully install.and upgrade rpm based packages on

[Puppet Users] Re: Installing applications using puppet

2009-06-25 Thread Evan Hisey
On Thu, Jun 25, 2009 at 4:36 PM, Neil K wrote: > > Thank you for your replies. As I said I am pretty new to this puppet > language. Could any one please point how to do a sample package > install which includes a ./configure, make, make install inside a > package directory? > > Thanks again for ou