Akosiaris has submitted this change and it was merged.
Change subject: ganglia::plugin::python owner/perms fixups
......................................................................
ganglia::plugin::python owner/perms fixups
Updating definition but seems safe enough
Change-Id: I6519883e9d6a25a28f9dc62332ee8c755d9309be
---
M manifests/ganglia.pp
1 file changed, 6 insertions(+), 0 deletions(-)
Approvals:
Akosiaris: Looks good to me, approved
jenkins-bot: Verified
diff --git a/manifests/ganglia.pp b/manifests/ganglia.pp
index be54b33..7444e49 100644
--- a/manifests/ganglia.pp
+++ b/manifests/ganglia.pp
@@ -670,10 +670,16 @@
#
define ganglia::plugin::python( $plugin = $title, $opts = {} ) {
file { "/usr/lib/ganglia/python_modules/${plugin}.py":
+ owner => 'root',
+ group => 'root',
+ mode => '0444',
source => "puppet:///files/ganglia/plugins/${plugin}.py",
notify => Service['gmond'],
}
file { "/etc/ganglia/conf.d/${plugin}.pyconf":
+ owner => 'root',
+ group => 'root',
+ mode => '0444',
content => template("ganglia/plugins/${plugin}.pyconf.erb"),
notify => Service['gmond'],
}
--
To view, visit https://gerrit.wikimedia.org/r/95632
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6519883e9d6a25a28f9dc62332ee8c755d9309be
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Akosiaris <[email protected]>
Gerrit-Reviewer: Akosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits