Andrew Bogott has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/351124 )

Change subject: toollabs: ensure default hhvm service is stopped
......................................................................


toollabs: ensure default hhvm service is stopped

We have HHVM installed on all exec nodes. The deb file sets up a demon
process running hhvm as the www-data user that we are not actually using
for anything.

Bug: T78783
Change-Id: I0e8ef377cdb17b566dfd9328dd9d24e350231632
---
M modules/toollabs/manifests/exec_environ.pp
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/toollabs/manifests/exec_environ.pp 
b/modules/toollabs/manifests/exec_environ.pp
index 29b3365..42874ba 100644
--- a/modules/toollabs/manifests/exec_environ.pp
+++ b/modules/toollabs/manifests/exec_environ.pp
@@ -414,4 +414,11 @@
             'vm.overcommit_ratio'  => 95,
         },
     }
+
+    # The hhvm deb starts a demon process automatically that we don't need
+    # running.
+    service { 'hhvm':
+        ensure  => 'stopped',
+        require => Package['hhvm'],
+    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0e8ef377cdb17b566dfd9328dd9d24e350231632
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BryanDavis <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Madhuvishy <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to