AW: [Puppet Users] Different cron behaviour?

2011-11-22 Thread Bernd Adamowicz
That made it. Thanks! Bernd > -Ursprüngliche Nachricht- > Von: puppet-users@googlegroups.com [mailto:puppet- > us...@googlegroups.com] Im Auftrag von Christopher Wood > Gesendet: Dienstag, 22. November 2011 16:01 > An: puppet-users@googlegroups.com > Betreff: Re: [Puppe

Re: [Puppet Users] Different cron behaviour?

2011-11-22 Thread Christopher Wood
On Tue, Nov 22, 2011 at 03:48:31PM +0100, Bernd Adamowicz wrote: > Is there anything special about the cron resource? I have a configuration > like this: > > cron { sync-stored-config: > command => "/some/command.sh", > user => "icinga", > hour => "*", > minute => "15,45", > }

[Puppet Users] Different cron behaviour?

2011-11-22 Thread Bernd Adamowicz
Is there anything special about the cron resource? I have a configuration like this: cron { sync-stored-config: command => "/some/command.sh", user => "icinga", hour => "*", minute => "15,45", } But the 'minute' field produces this error: 8955 Nov 22 14:30:11 bob puppet-agen