From 647a640fcac281e3a8cda05b92b51c44c93f1d19 Mon Sep 17 00:00:00 2001 From: Ben Hughes Date: Wed, 30 Mar 2011 16:43:56 +1100 Subject: (#6893) Document the cron type in the case of specials. Add in a better desc block for "specials" in cron provider, and outline it's limitations. The previous text was purely a placeholder. --- lib/puppet/type/cron.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- cgit