Ori.livneh has uploaded a new change for review.

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


Change subject: Apache service: hasstatus => true
......................................................................

Apache service: hasstatus => true

Various existing Puppet modules for Apache declare this explicitly, and it
could plausibly resolve the issue that gets reported periodically, viz. that
the Apache service is stopped at some point and not re-enabled.

Change-Id: I97eae139ef26ced1a16a9a8f161dab87a796942b
---
M puppet/modules/apache/manifests/init.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/78/86278/1

diff --git a/puppet/modules/apache/manifests/init.pp 
b/puppet/modules/apache/manifests/init.pp
index d841507..f6a838c 100644
--- a/puppet/modules/apache/manifests/init.pp
+++ b/puppet/modules/apache/manifests/init.pp
@@ -32,6 +32,7 @@
         ensure     => running,
         provider   => 'init',
         require    => Package['apache2'],
+        hasstatus  => true,
         hasrestart => true,
     }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I97eae139ef26ced1a16a9a8f161dab87a796942b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to