Eevans has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/301502

Change subject: relaxed directory permissions
......................................................................

relaxed directory permissions

There is nothing in these instance descriptors that is secret, requiring
elevated privileges to read them is unnecessary (and potentially dangerous).

Change-Id: If0548b39dfcf821cc1c4ff9fdd2602330acda7f6
---
M modules/cassandra/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/02/301502/1

diff --git a/modules/cassandra/manifests/init.pp 
b/modules/cassandra/manifests/init.pp
index dbe86e6..aeac296 100644
--- a/modules/cassandra/manifests/init.pp
+++ b/modules/cassandra/manifests/init.pp
@@ -484,6 +484,6 @@
         ensure => directory,
         owner  => 'cassandra',
         group  => 'cassandra',
-        mode   => '0700',
+        mode   => '0755',
     }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/301502
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If0548b39dfcf821cc1c4ff9fdd2602330acda7f6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Eevans <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to