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]: Could not run Puppet configuration
client: Parameter minute failed: 15,45 is not a valid minute at
/etc/puppet/environments/loc_b_build/modules/icinga/manifests/cron.pp:31
According to 'man 5 crontab' this should work.
Bernd
--
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.