From b96c7630ffc98504d166e1f59ffa878bd9c9c447 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 20 Aug 2009 15:27:22 +0200 Subject: fix typo --- manifests/puppetmaster.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp index 42754df..a210c85 100644 --- a/manifests/puppetmaster.pp +++ b/manifests/puppetmaster.pp @@ -50,7 +50,7 @@ class puppet::puppetmaster::base inherits puppet::base { } file{'/etc/cron.daily/puppet_reports_cleanup.sh': - content => "#!/bin/bash\nfind /var/log/puppet/reports/ -maxdepth 2 -type f -ctime +30 -exec rm {} \\;\n" + content => "#!/bin/bash\nfind /var/log/puppet/reports/ -maxdepth 2 -type f -ctime +30 -exec rm {} \\;\n", owner => root, group => 0, mode => 0700; } } -- cgit v1.2.3