Skip to content

Commit 38323a8

Browse files
author
Clayton O'Neill
committed
Make hourly backups optional
There was a stray arrow style dep that worked unless hourly backups weren't defined. If hourly deps weren't defined, then an error about an invalid dep target would be thrown on puppet 4.
1 parent de774d2 commit 38323a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
file { $log_file :
7979
ensure => present,
8080
require => File[$log_path]
81-
} ->
81+
}
8282

8383
# cronjobs
8484

0 commit comments

Comments
 (0)