Skip to content

Commit ec5e855

Browse files
committed
init: trim trailing whitespace
1 parent 68c444c commit ec5e855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# Specifies how often to run `apt-get update`. If the exec resource `apt_update` is notified,
4141
# `apt-get update` runs regardless of this value.
4242
# Valid options:
43-
# 'always' (at every Puppet run);
43+
# 'always' (at every Puppet run);
4444
# 'hourly' (if the value of `apt_update_last_success` is less than current epoch time minus 3600);
4545
# 'daily' (if the value of `apt_update_last_success` is less than current epoch time minus 86400);
4646
# 'weekly' (if the value of `apt_update_last_success` is less than current epoch time minus 604800);

0 commit comments

Comments
 (0)