Skip to content

Commit b0b38f1

Browse files
committed
Fixes required for compatibility with 3.7.x puppet and future parser
1 parent 62f74d6 commit b0b38f1

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
@@ -80,7 +80,7 @@
8080
path => $log_path,
8181
rotate_every => 'weekly',
8282
missingok => true,
83-
rotate => 4,
83+
rotate => '4',
8484
compress => true,
8585
delaycompress => true,
8686
copytruncate => true,

0 commit comments

Comments
 (0)