jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I97eae139ef26ced1a16a9a8f161dab87a796942b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to