From b0b38f169f2b5fbcb73d9a6c8df9fc216b0b6d96 Mon Sep 17 00:00:00 2001 From: Graham Taylor Date: Fri, 2 Jan 2015 11:58:45 +0000 Subject: [PATCH] Fixes required for compatibility with 3.7.x puppet and future parser --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index af6b306..1c63e25 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -80,7 +80,7 @@ path => $log_path, rotate_every => 'weekly', missingok => true, - rotate => 4, + rotate => '4', compress => true, delaycompress => true, copytruncate => true,