Re: [Puppet Users] Cron monthday : bug?

2011-02-24 Thread Nan Liu
On Thu, Feb 24, 2011 at 12:34 PM, Luc Suryo wrote: > Hello > > I have a cron entry that uses monthday = "1,15" , so I want the cron > to be executed every first and 15th of the month > however I get an error : Parameter monthday failed: 1,15 is not a > valid monthday. Try: monthday => ['1', '15']

[Puppet Users] Cron monthday : bug?

2011-02-24 Thread Luc Suryo
Hello I have a cron entry that uses monthday = "1,15" , so I want the cron to be executed every first and 15th of the month however I get an error : Parameter monthday failed: 1,15 is not a valid monthday. Is this a bug or does puppet uses different syntax? can someone advice? thanks -- -ls -