Bug #3010
Crontab entries using "special" parameter can't be converted to non-special entries
| Status: | Accepted | Start: | 01/06/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | cron | |||
| Target version: | 0.25.6 | |||
| Affected version: | 0.25.2 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
A crontab entry created like so:
cron{ "test":
command => "/bin/echo > /tmp/puppet.txt",
special => "reboot",
}
and then changed like so:
cron{ "test":
command => "/bin/echo > /tmp/puppet.txt",
minute => 50
}
will not change, and will show the notice: notice: //Cron[test]/minute: defined ‘minute’ as ‘50’ on every run.
Related issues
| related to Puppet - Bug #2845: Cron entries using "special" parameter lose their title w... | Closed | 11/20/2009 |
History
Updated by Jesse Wolfe 8 months ago
- Target version set to 0.25.3
Updated by James Turnbull 8 months ago
- Category set to cron
- Status changed from Unreviewed to Accepted
Updated by Markus Roberts 8 months ago
- Target version changed from 0.25.3 to 0.25.4
Updated by James Turnbull 8 months ago
- Target version changed from 0.25.4 to 0.25.5
Updated by James Turnbull 5 months ago
- Target version changed from 0.25.5 to 0.25.6