[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-agent[7950]:

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, } cron {

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: [Puppet Users] Different cron