diff options
author | Nick Lewis <nick@puppetlabs.com> | 2011-04-07 11:13:58 -0700 |
---|---|---|
committer | Nick Lewis <nick@puppetlabs.com> | 2011-04-07 11:13:58 -0700 |
commit | f7c6db9409e479ec1b54cfa85daa1ee51e5a7ad0 (patch) | |
tree | 3bf1fcf9a6a173744076278cedb857f4ca0e634b | |
parent | 356cb8bbd05421346839520f978d4a8ba1b59338 (diff) | |
parent | 647a640fcac281e3a8cda05b92b51c44c93f1d19 (diff) | |
download | puppet-f7c6db9409e479ec1b54cfa85daa1ee51e5a7ad0.tar.gz puppet-f7c6db9409e479ec1b54cfa85daa1ee51e5a7ad0.tar.xz puppet-f7c6db9409e479ec1b54cfa85daa1ee51e5a7ad0.zip |
Merge commit '647a640fcac281e3a8cda05b92b51c44c93f1d19' into 2.6.next
-rwxr-xr-x | lib/puppet/type/cron.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/puppet/type/cron.rb b/lib/puppet/type/cron.rb index 4b18e71f9..4f6ea733c 100755 --- a/lib/puppet/type/cron.rb +++ b/lib/puppet/type/cron.rb @@ -226,7 +226,9 @@ Puppet::Type.newtype(:cron) do end newproperty(:special) do - desc "Special schedules" + desc "A special value such as 'reboot' or 'annually'. + Only available on supported systems such as Vixie Cron. + Overrides more specific time of day/week settings." def specials %w{reboot yearly annually monthly weekly daily midnight hourly} |