[Puppet Users] Re: Bug #2617(?) in Puppet 0.25.1rc2

2009-10-22 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam Ryczkowski wrote: > I have found a walkaround (the same as in the bug 2617). On the server > side one has to first install and remove the old puppetmaster from > repositories. It works with Ubuntu 8.04. > > Maybe I shouldn't have posted it here,

[Puppet Users] Re: node manifest best practices

2009-10-22 Thread Nicolas Szalay
Le vendredi 23 octobre 2009 à 15:32 +1100, Matt Delves a écrit : > Greetings, > As the number of servers I am using puppet on is increasing, I'm wondering > what the best practices is for the nodes. Currently they all sit in the one > file /etc/puppet/manifests/nodes.pp. > > What I'm wondering i

[Puppet Users] node manifest best practices

2009-10-22 Thread Matt Delves
Greetings, As the number of servers I am using puppet on is increasing, I'm wondering what the best practices is for the nodes. Currently they all sit in the one file /etc/puppet/manifests/nodes.pp. What I'm wondering is whether this is the best way to go (that is, one large file) or is it bet

[Puppet Users] Re: Puppet tutorial (and talk)

2009-10-22 Thread joe
There doesn't seem to be any mention of cert signing... On Oct 22, 1:48 pm, John Arundel wrote: > Hi, > > I recently wrote a blog post for absolute beginners with Puppet, > hopefully the first in a tutorial series called 'Powering Up With > Puppet'. I'd be grateful for some feedback on it, both

[Puppet Users] Puppet tutorial (and talk)

2009-10-22 Thread John Arundel
Hi, I recently wrote a blog post for absolute beginners with Puppet, hopefully the first in a tutorial series called 'Powering Up With Puppet'. I'd be grateful for some feedback on it, both from beginners (to let me know if it helps them) and from the experts here (to point out my mistakes). htt

[Puppet Users] Re: Virtual Resources: Nagios_host - only getting one entry each run

2009-10-22 Thread Joel Heenan
I think I solved this. I had the nagios_host definition within a class and the class only got compiled once. Joel On Thu, Oct 22, 2009 at 11:03 AM, Joel Heenan wrote: > OK So I'm doing something silly here, but this is the behaviour I'm seeing. > I am instatiating a large number of virtual @nag

[Puppet Users] Virtual Resources: Nagios_host - only getting one entry each run

2009-10-22 Thread Joel Heenan
OK So I'm doing something silly here, but this is the behaviour I'm seeing. I am instatiating a large number of virtual @nagios_host objects and @nagios_service objects. Then at run time I see the Nagios_service objects get propagated but it appears like it selects one of the Nagios_host objects. O

[Puppet Users] Re: How to handle failures of resources

2009-10-22 Thread LdvT
On Oct 20, 11:59 pm, Luke Kanies wrote: > On Oct 19, 2009, at 7:56 AM, LdvT wrote: > > > > > I wouldn't mind having failure detection. > > > Say somehow a bad copy of a .conf file is distributed; and the service > > fails to start. > > If that can be detected and used as a condition, puppet could

[Puppet Users] Re: sync package in a small net

2009-10-22 Thread Reno
Hello I answer myselfwell yes is possible using tools like pkgsync. Here the receipt: Exec { path => "/usr/bin:/bin:/usr/sbin:/sbin" } class pkgsync_setup { file { ["/etc/pkgsync/musthave", "/etc/pkgsync/mayhave", "/etc/ pkgsync/maynothave"]: ensure => present

[Puppet Users] Re: Parsing issue in puppet 0.24.8

2009-10-22 Thread haris
On Oct 22, 2:33 pm, haris wrote: > Dear all, > > I am stuck with a problem while playing with Puppet 0.24.8. > when i run client daemon it gives following error: "Could not retrieve > catalog: Could not parse for environment production: Could not match > '#' at /etc/puppet/manifests/site.pp:2"

[Puppet Users] Re: Stuck with puppet

2009-10-22 Thread Adam Ryczkowski
You might consider spelling the «subscribe   => file["/etc/apt/ sources.list"]» with the capital letter, i.e.: «subscribe   => File["/ etc/apt/sources.list"]». --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet

[Puppet Users] Re: Bug #2617(?) in Puppet 0.25.1rc2

2009-10-22 Thread Adam Ryczkowski
I have found a walkaround (the same as in the bug 2617). On the server side one has to first install and remove the old puppetmaster from repositories. It works with Ubuntu 8.04. Maybe I shouldn't have posted it here, but as far as I can understand the http://projects.reductivelabs.com/issues/261

[Puppet Users] Parsing issue in puppet 0.24.8

2009-10-22 Thread haris
Dear all, I am stuck with a problem while playing with Puppet 0.24.8. when i run client daemon it gives following error: "Could not retrieve catalog: Could not parse for environment production: Could not match '#' at /etc/puppet/manifests/site.pp:2" the things i am doing; nodes.pp #

[Puppet Users] Re: Stuck with puppet

2009-10-22 Thread haris
hi Reno, I read your post but I am really sorry I cannot help you out because i am facing the same problem here. It was working before but now it stops working. Did you found any solution of this intriguing problem? if yes, please share it with me.. regards On Oct 21, 4:27 pm, Reno wrote: > Ok

[Puppet Users] Re: Failed to generate additional resources during transaction

2009-10-22 Thread Reno
Yes it's right, I just correct that and the warning stopped Thank's On Oct 21, 7:38 pm, Luke Kanies wrote: > On Oct 21, 2009, at 8:22 AM, Reno wrote: > > > > > Hello, > > > puppetd --test > > > return this output: > > > err: /File[/var/lib/puppet/lib]: Failed to generate additional > > resource

[Puppet Users] Re: Arbitrary 3rd party installers

2009-10-22 Thread Michael Gliwinski
On Wednesday 21 October 2009 09:17:04 Andrew S wrote: > On Oct 21, 6:11 am, Luke Kanies wrote: > > The only real thing I can recommend is either 1) package the software   > > yourself (by far the best option) or 2) use a defined type to do a   > > wget, install, and rm of the tarball.  Really, if