From: Sharif Nassar Date: Mon, 20 Jun 2011 20:31:25 +0000 (-0700) Subject: Make sure interesting data in the concatdir is only available to root X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=96936d9efb49c39ea1cd8d1f5811f10990d9286c;p=puppet-concat.git Make sure interesting data in the concatdir is only available to root --- diff --git a/manifests/setup.pp b/manifests/setup.pp index 77ba47f..fa8c7eb 100644 --- a/manifests/setup.pp +++ b/manifests/setup.pp @@ -30,7 +30,7 @@ class concat::setup { ensure => directory, owner => root, group => $root_group, - mode => 755; + mode => '0750'; } }