Hello,

cron { foo:
  command => "/bin/date > /tmp/foo",
  user    => root,
  minute  => '2,7,12,17,22,27,32,37,42,47,52,57'
}

Which when parsed by puppetd produces :

err: Could not run Puppet configuration client: Parameter minute failed: 2,7,12,17,22,27,32,37,42,47,52,57 is not a valid minute at foo.pp:##

I agree that it's an awkward minute line, but it doesn't violate cron rules at all. I'm just curious if this is normal, expected behaviour from puppet, or if it's a bug, or something else perhaps.

Thanks all.

--
Daniel Maher <dma AT witbe DOT net>
"The Internet is completely over." -- Prince

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to