Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/89119
Change subject: Enable statsd reporter on [master], too. ...................................................................... Enable statsd reporter on [master], too. Required for reporting to work, per http://docs.puppetlabs.com/guides/reporting.html. Change-Id: I6eaeceeccbe3dcd7b652c7bb995fc70d902625d0 --- M templates/puppet/puppet.conf.d/20-master.conf.erb 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/19/89119/1 diff --git a/templates/puppet/puppet.conf.d/20-master.conf.erb b/templates/puppet/puppet.conf.d/20-master.conf.erb index 8fabe8f..ca24c9e 100644 --- a/templates/puppet/puppet.conf.d/20-master.conf.erb +++ b/templates/puppet/puppet.conf.d/20-master.conf.erb @@ -4,6 +4,9 @@ certname = <%= scope.lookupvar('puppetmaster::server_name') %> templatedir = /etc/puppet/templates modulepath = /etc/puppet/private/modules:/etc/puppet/modules +pluginsync = true +report = true +reports = statsd # puppetmaster($config) settings <% scope.lookupvar('puppetmaster::config').sort.each do |setting, value| -%> -- To view, visit https://gerrit.wikimedia.org/r/89119 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6eaeceeccbe3dcd7b652c7bb995fc70d902625d0 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
