Yuvipanda has uploaded a new change for review.

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

Change subject: ircecho: Restart if any of the files involved change
......................................................................

ircecho: Restart if any of the files involved change

Change-Id: I57879c121c5986b74bb91a796b04fcf2a98e70c4
---
M modules/ircecho/manifests/init.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/24/201924/1

diff --git a/modules/ircecho/manifests/init.pp 
b/modules/ircecho/manifests/init.pp
index d60ba84..f301439 100644
--- a/modules/ircecho/manifests/init.pp
+++ b/modules/ircecho/manifests/init.pp
@@ -39,8 +39,8 @@
     }
 
     service { 'ircecho':
-        ensure  => running,
-        require => File[
+        ensure    => running,
+        subscribe => File[
             '/usr/local/bin/ircecho',
             '/etc/init.d/ircecho',
             '/etc/default/ircecho'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I57879c121c5986b74bb91a796b04fcf2a98e70c4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <yuvipa...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to