[PATCH configure] Changed iwhd user.js mode to 600

Richard Su rwsu at redhat.com
Tue Dec 6 21:19:26 UTC 2011


Changed from 700 to 600 because execute is not needed.
---
 recipes/aeolus/manifests/iwhd.pp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/aeolus/manifests/iwhd.pp b/recipes/aeolus/manifests/iwhd.pp
index 1e93b01..61579e8 100644
--- a/recipes/aeolus/manifests/iwhd.pp
+++ b/recipes/aeolus/manifests/iwhd.pp
@@ -37,7 +37,7 @@ class aeolus::iwhd inherits aeolus {
 
     file {"/etc/iwhd/users.js":
       content => template("aeolus/iwhd-users.js"),
-      mode => 700,
+      mode => 600,
       require => Package['iwhd'] }
 
     service { 'mongod':
-- 
1.7.6.4




More information about the aeolus-devel mailing list