Closed
Bug 839264
Opened 12 years ago
Closed 12 years ago
carbon-relay is not restarted upon changing the relay destinations
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ericz, Assigned: ericz)
Details
carbon-relay is not restarted upon changing the relay destinations in puppet/trunk/manifests/nodes/graphite.pp. Puppet should automatically do that.
Assignee | ||
Comment 1•12 years ago
|
||
Applied:
~/sysadmins/puppet/trunk/modules/graphite/manifests/carbon$ svn diff
Index: config.pp
===================================================================
--- config.pp (revision 57990)
+++ config.pp (working copy)
@@ -37,6 +37,7 @@
mode => '0644',
owner => '0',
notify => Service['carbon-cache'],
+ notify => Service['carbon-relay'],
require => File['/etc/carbon'],
content => template('graphite/carbon.erb');
}
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•