summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-01-19 18:24:11 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-01-19 18:24:11 +1100
commit5195a2fd4327240b2459f22c1eedde4007b98ce5 (patch)
tree31b062315b5276473f737fe58b5bb396b98fbb6b /lib/puppet
parent35145f35b3a03a252d49046a67cd4126c850e864 (diff)
parent7ee4746e2228219c03e5117d24860a623031de14 (diff)
downloadpuppet-5195a2fd4327240b2459f22c1eedde4007b98ce5.tar.gz
puppet-5195a2fd4327240b2459f22c1eedde4007b98ce5.tar.xz
puppet-5195a2fd4327240b2459f22c1eedde4007b98ce5.zip
Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
Diffstat (limited to 'lib/puppet')
-rwxr-xr-xlib/puppet/type/cron.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/puppet/type/cron.rb b/lib/puppet/type/cron.rb
index 17cb1667f..7882745dc 100755
--- a/lib/puppet/type/cron.rb
+++ b/lib/puppet/type/cron.rb
@@ -8,6 +8,13 @@ Puppet::Type.newtype(:cron) do
fields would result in the command being executed every
minute. While the name of the cron job is not part of the actual
job, it is used by Puppet to store and retrieve it.
+
+ You may specify periodic fields as integers, using the standard cron
+ range syntax (two numbers separated by a hyphen to indicate a range
+ of values), or using the cron step syntax (for example, '*/2' to
+ indicate command execution every other time unit). This type does
+ not yet support the combiantion of these two syntaxes, or lists of
+ ranges.
If you specify a cron job that matches an existing job in every way
except name, then the jobs will be considered equivalent and the