On Thu, Feb 24, 2011 at 12:34 PM, Luc Suryo <lsu...@gmail.com> 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'], Thanks, Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.