Filippo Giunchedi has submitted this change and it was merged.

Change subject: descriptors should be world readable
......................................................................


descriptors should be world readable

Most Cassandra config is 0444, there is no reason these files should be more
restrictive (quite the opposite); Having them more restrictive requires that
dependant tooling be run with elevated privs.

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

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved



diff --git a/modules/cassandra/manifests/instance.pp 
b/modules/cassandra/manifests/instance.pp
index ed18514..d37afb9 100644
--- a/modules/cassandra/manifests/instance.pp
+++ b/modules/cassandra/manifests/instance.pp
@@ -210,7 +210,7 @@
         content => template("${module_name}/instance.yaml.erb"),
         owner   => 'cassandra',
         group   => 'cassandra',
-        mode    => '0400',
+        mode    => '0444',
         require => File['/etc/cassandra-instances.d'],
     }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icb42d859d93c147a7401169f7356278e2f11ee6e
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Eevans <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Elukey <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to