Title: Message Title
Charlie Sharpsteen commented on an issue
Puppet / Bug PUP-3484
Cron hour/minute format "0-6,13-23" is not allowed
I need to schedule a cron job for daily running every 30 mins from 0 to 6 and from 13 to 23. I tried this code:

{quote}
cron \{ "MyJob":
      ensure => present,
      command => "my-cron-command",
      user => 'root',
      hour => "0-6,13-23",
      minute => '*/30',
      environment => "MY_ENV"
    \}
{quote}

This fails with
{...


--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to