Re: [Puppet Users] cron resource in CentOS 5

2010-01-22 Thread Dan Bode
On Fri, Jan 22, 2010 at 6:52 PM, robbyt wrote: > Hi All, > > For some reason, I'm unable to manage cron resources on my CentOS5 > server: > > manifest: > > cron { "test": >command => '/bin/true', >user=> 'root', >hour => '1', > } > > And when I try to run this via puppetmaster

Re: [Puppet Users] cron resource in CentOS 5

2010-01-22 Thread Todd Zullinger
robbyt wrote: > For some reason, I'm unable to manage cron resources on my CentOS5 > server: > > manifest: > > cron { "test": > command => '/bin/true', > user=> 'root', > hour => '1', > } > > And when I try to run this via puppetmasterd: > > info: Caching catalog for ny-dev84.

[Puppet Users] cron resource in CentOS 5

2010-01-22 Thread robbyt
Hi All, For some reason, I'm unable to manage cron resources on my CentOS5 server: manifest: cron { "test": command => '/bin/true', user=> 'root', hour => '1', } And when I try to run this via puppetmasterd: info: Caching catalog for ny-dev84.domain.com err: Could not pre