[Puppet Users] Re: Nagios resources create files unreadable by Nagios

2009-04-13 Thread Scott
Graham, I've asked about this exact issue and never got a real response. It doesn't make any sense at all for these files to be mode 600 but the only way around this is to create an exec that chmods all the files every time a new nagios file is created and make sure that exec is run after any nag

[Puppet Users] Re: Processing arrays

2009-04-13 Thread Andrew Shafer
no need for the define package { $packages: ensure => installed } will work Let us know if you have problems with that. On Fri, Apr 10, 2009 at 3:55 PM, Trevor Vaughan wrote: > > This *might* work: > > package { $packages: ensure => installed } > > But you might have to do this: > > define do_

[Puppet Users] Can I use Puppet to run system updates?

2009-04-13 Thread thierry.thelliez.t...@gmail.com
Hello, Reading the doc I could not find if Puppet could help running system updates. I would like to get started with several VMWare guests and few hosts, all running CentOS. Some are 32bits, some 64bits. These are mostly VMWare server installations; just starting ESXi with one system. They are

[Puppet Users] Re: Nagios resources create files unreadable by Nagios

2009-04-13 Thread James Turnbull
Have you logged a bug for this then? Regards James Turnbull On 13/04/2009, at 10:38 PM, Scott wrote: > > Graham, I've asked about this exact issue and never got a real > response. It doesn't make any sense at all for these files to be mode > 600 but the only way around this is to create an e