BBlack has submitted this change and it was merged.

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


fix lighttpd reload command

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

Approvals:
  BBlack: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: Ib0c6dd6113c3eba0273bb7ec5325ca4e5622d7dd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>

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

Reply via email to