BBlack has uploaded a new change for review.

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

Change subject: fix lighttpd reload command
......................................................................

fix lighttpd reload command

Change-Id: Ib0c6dd6113c3eba0273bb7ec5325ca4e5622d7dd
---
M manifests/mail.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/16/154216/1

diff --git a/manifests/mail.pp b/manifests/mail.pp
index 8b99879..d5fbe47 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -260,7 +260,7 @@
     # Reload lighttpd if the site config file changes.
     # This subscribes to both the real file and the symlink.
     exec { "lighttpd_reload_${title}":
-        command     => '/usr/sbin/service service lighttpd reload',
+        command     => '/usr/sbin/service lighttpd reload',
         refreshonly => true,
     }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib0c6dd6113c3eba0273bb7ec5325ca4e5622d7dd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>

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

Reply via email to