Title: Message Title
Kurt Wall commented on an issue
Puppet / Bug PUP-1586
PR (2331) Cron Type sanity check for the command parameter is broken
When there is a crontab like this

{code}
2 4 * * * /sbin/foobar
# Puppet Name: hourlytask
7 * * * * /usr/local/bin/kick-idlers
{code}
and I apply this manifest:
{code}
cron { "hourlytask": minute => 4 }
{code}
puppet should change the minute field of the 'hourlytask' to 4 and do nothing else.

Instead, it fails to identify the existing job a...

--
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