]> gitweb.fluxo.info Git - puppet-concat.git/commitdiff
Make sure interesting data in the concatdir is only available to root
authorSharif Nassar <sharif@mrwacky.com>
Mon, 20 Jun 2011 20:31:25 +0000 (13:31 -0700)
committerSharif Nassar <sharif@mrwacky.com>
Mon, 20 Jun 2011 20:31:25 +0000 (13:31 -0700)
manifests/setup.pp

index 77ba47f5c66789952cdb6a503d7714f88ebf1682..fa8c7ebfbc41384309cee0fc9c2a12c5e09ded7d 100644 (file)
@@ -30,7 +30,7 @@ class concat::setup {
             ensure => directory,
             owner  => root,
             group  => $root_group,
-            mode   => 755;
+            mode   => '0750';
     }
 }