From 96936d9efb49c39ea1cd8d1f5811f10990d9286c Mon Sep 17 00:00:00 2001 From: Sharif Nassar Date: Mon, 20 Jun 2011 13:31:25 -0700 Subject: Make sure interesting data in the concatdir is only available to root --- manifests/setup.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } } -- cgit v1.2.3