[Puppet Users] Re: Controlling the order of execution of puppet code?

2009-05-29 Thread philipp Hanselmann
James Turnbull schrieb: > Brice Figureau wrote: > >> On Thu, 2009-05-28 at 11:55 +0200, Peter Meier wrote: >> >>> Hi >>> >>> Only way I know is to make individual objects depend on other objects. Can't do it at class level... I think there is a feature request somewhe

[Puppet Users] Re: Controlling the order of execution of puppet code?

2009-05-29 Thread Brice Figureau
On Fri, 2009-05-29 at 08:18 +1000, James Turnbull wrote: > Brice Figureau wrote: > > On Thu, 2009-05-28 at 11:55 +0200, Peter Meier wrote: > >> Hi > >> > >>> Only way I know is to make individual objects depend on other objects. > >>> Can't do it at > >>> class level... I think there is a feature

[Puppet Users] puppetd doing noting as daemon

2009-05-29 Thread Vincent Louviaux
Hi, I have a lot of systems where the puppetd doesn't do anything .. When I test with puppetd -tv, it s running well, but when it is started as deamon th process do nothing :( How can I debug this ? Vincent May 29 10:07:56 puppetd[6160]: Reopening log files May 29 10:07:56 puppetd[6160]: Start

[Puppet Users] Re: puppetd doing noting as daemon

2009-05-29 Thread Avi Miller
Hi, Vincent Louviaux wrote: > I have a lot of systems where the puppetd doesn't do anything .. Have you recently upgraded Puppet and/or Facter? If so, you are hitting the same Facter bug that I did with EL4. Essentially, Facter hangs trying to read /proc/uptime and /proc/virtual (on my XenU

[Puppet Users] Re: puppetd doing noting as daemon

2009-05-29 Thread Vincent Louviaux
it s 1.5.4 coming from epel depots .. I will try the 1.5.5 but I think there are no rpm available at this time, I must compile .. Thanks for your help Vincent On Fri, May 29, 2009 at 10:32 AM, Avi Miller wrote: > > Hi, > > Vincent Louviaux wrote: > > I have a lot of systems where the puppetd

[Puppet Users] Re: puppetd doing noting as daemon

2009-05-29 Thread Vincent Louviaux
I have try with the 1.5.2-1.el4 and it s working :-) So yes this is coming from facter 1.5.4 Thanks Vincent On Fri, May 29, 2009 at 10:40 AM, Vincent Louviaux wrote: > it s 1.5.4 coming from epel depots .. > > I will try the 1.5.5 but I think there are no rpm available at this time, I > must c

[Puppet Users] Re: Managing core files using coreadm (Solaris + Puppet)

2009-05-29 Thread martin
Greg, knowing better than to mess with (readable) but unpublished interfaces. /etc/coreadm.conf clearly states that you shouldn't edit file directly, which means that they can introduce a new field in a patch, which may get you into a world of hurt :) I use option number 2) - the overhead really

[Puppet Users] Re: variable scope with define and friends...

2009-05-29 Thread Ohad Levy
replying to myself... so it seems the problem is not the varialbe scope, rather then the template function. the following code works: node default { include a include b } class a { $dirs = "" dir{["/tmp","/tmp/a","/tmp/b"]: before => File["/tmp/dirs"]} } class b { file{"/tmp/

[Puppet Users] Re: Puppetshow defunct?

2009-05-29 Thread Sheldon Hearn
On May 28, 4:51 am, Evan Hisey wrote: >  I use puppetview for checking my logs. Not as fancy or robust as > puppetshow, but a lot easier to setup. I don't think puppetview will cut it for us, because we have 5 puppetmasters storing configs to a central server. I've given up on trying to find

[Puppet Users] puppet show looks different in a slide

2009-05-29 Thread Dan Bode
Hi, In a slide from 2008 from a presentation (from Luke) entitled Puppet: How and Why I found a slide with a view of puppetshow that provides tabs for changes,failures, etc This is quite different from the puppetshow app that I checked out from git, which has facts, hosts, resources. Did I

[Puppet Users] Re: Puppetshow defunct?

2009-05-29 Thread James Turnbull
Sheldon Hearn wrote: > > On May 28, 4:51 am, Evan Hisey wrote: > >> I use puppetview for checking my logs. Not as fancy or robust as >> puppetshow, but a lot easier to setup. > > I don't think puppetview will cut it for us, because we have 5 > puppetmasters storing configs to a central server.

[Puppet Users] Puppet as a pki

2009-05-29 Thread Nat
I am thinking about using puppet to manage my ssh keys, after all puppet is connected to all my servers and has access to them. I think it could make a good fit. Has anyone managed to use puppet as a form of pki (public key infrastructure)? any thoughts you would like to share, be they good bad o

[Puppet Users] Re: Puppet as a pki

2009-05-29 Thread James Turnbull
Nat wrote: > I am thinking about using puppet to manage my ssh keys, > after all puppet is connected to all my servers and has access > to them. I think it could make a good fit. > > Has anyone managed to use puppet as a form of pki (public key > infrastructure)? any thoughts > you would like to s

[Puppet Users] Re: Extras .... denizens of the Puppet ext directory

2009-05-29 Thread Rob McBroom
On 2009-May-28, at 9:15 PM, James Turnbull wrote: > I've been meaning to do this for ages In the Puppet tarball is a > directory called "ext" that contains some extras that aren't exactly > mainline but could be useful to people. These are great. I was looking for a Vim syntax and something

[Puppet Users] Re: exec unless broken?

2009-05-29 Thread seph
>> I can't seem to get exec unless to work right, it ignores the unless and >> always runs the exec: > > Is the program 'true' in your root directory? It's in /bin on my > desktop. you should try setting the path to "/bin" or running puppetd > with --debug and looking at what command it's runnin

[Puppet Users] wiki problems

2009-05-29 Thread seph
Does anyone else have problems with the wiki? I feel kinda ungrateful complaining, but I generally find it very slow and thus very hard to use. And right now, it appears unresponsive. seph --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Puppet Users] Re: wiki problems

2009-05-29 Thread Andrew Wasilczuk
Hi Seph, > Does anyone else have problems with the wiki? I feel kinda ungrateful > complaining, but I generally find it very slow and thus very hard to > use. And right now, it appears unresponsive. > Yup, I often find it very slow also. Cheers, A. -- . __/_/_ w: http://darq.com/ . _

[Puppet Users] Re: wiki problems

2009-05-29 Thread Trevor Vaughan
I've had it be slow occasionally. I would suggest the Google cached version if you're having trouble with particular pages. It only tends to be a few days to a week out of date in general. Trevor On Fri, May 29, 2009 at 12:56, Andrew Wasilczuk wrote: > > Hi Seph, > >> Does anyone else have pr

[Puppet Users] Puppet deployment and upgrading itself?

2009-05-29 Thread Allan Marcus
I just got approval to deploy puppet to about 1500 Macs! Now I have to actually do it. I'm considering two options. We have a security tool we use that is a Mac application and is already installed on all our Macs. Since it's a Mac app, it's basically a folder (a .app folder). I'm wondering

[Puppet Users] Re: Puppet deployment and upgrading itself?

2009-05-29 Thread Nigel Kersten
On Fri, May 29, 2009 at 2:56 PM, Allan Marcus wrote: > > I just got approval to deploy puppet to about 1500 Macs! Now I have to > actually do it. > > I'm considering two options. We have a security tool we use that is a > Mac application and is already installed on all our Macs. Since it's a > Ma

[Puppet Users] Re: Extras .... denizens of the Puppet ext directory

2009-05-29 Thread Marc Fournier
Hello, > I've been meaning to do this for ages In the Puppet tarball is a > directory called "ext" that contains some extras that aren't exactly > mainline but could be useful to people. You can see it's current > contents at: > > http://github.com/reductivelabs/puppet/tree/62534a1622c710e

[Puppet Users] Re: Puppetshow defunct?

2009-05-29 Thread jrojas
I have a version of puppetshow that I threw together based off of the original (minus the hobo and other crazy gems) I will sanitize it tonight and try to get it on github. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[Puppet Users] Re: Extras .... denizens of the Puppet ext directory

2009-05-29 Thread Todd Zullinger
Marc Fournier wrote: > Nice ! Thanks for pointing that out. > > I noticed that the vim syntax highlight file defines "site" as a > keyword along with "class", "define" and "node". Any idea what > language feature this might be ? I can't find anything relevant in > the wiki... I hope you don't mind

[Puppet Users] How to bypass the default provider

2009-05-29 Thread MattAckerman
Howdy, Sorry if this a dupe, I am new to the puppet list. I am trying to override the provider for a package and simply use wget in all cases to retrieve an rpm. I have tried this: class foo::bar:quiz { package { "fancy-package": ensure => installed, source

[Puppet Users] Multiple providers issue

2009-05-29 Thread Matt Ackerman
I am having a problem with multiple package providers. I am attempting to install a rpm and I want the system to always use rpm as the provider. However on a large number of systems, the host wants to use apt instead. This doesn't work in my environment. How can I force a host to only use rpm

[Puppet Users] Re: wiki problems

2009-05-29 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Wasilczuk wrote: > Hi Seph, > >> Does anyone else have problems with the wiki? I feel kinda ungrateful >> complaining, but I generally find it very slow and thus very hard to >> use. And right now, it appears unresponsive. >> We are workin