We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c444c commit ec5e855Copy full SHA for ec5e855
manifests/init.pp
@@ -40,7 +40,7 @@
40
# Specifies how often to run `apt-get update`. If the exec resource `apt_update` is notified,
41
# `apt-get update` runs regardless of this value.
42
# Valid options:
43
-# 'always' (at every Puppet run);
+# 'always' (at every Puppet run);
44
# 'hourly' (if the value of `apt_update_last_success` is less than current epoch time minus 3600);
45
# 'daily' (if the value of `apt_update_last_success` is less than current epoch time minus 86400);
46
# 'weekly' (if the value of `apt_update_last_success` is less than current epoch time minus 604800);
0 commit comments