Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/174918
Change subject: HAT: start the jemalloc disabler _after_ apache is started and configured ...................................................................... HAT: start the jemalloc disabler _after_ apache is started and configured Change-Id: Ie5271116ea9857010aac44d8c6e07c8f7b8376b8 Signed-off-by: Giuseppe Lavagetto <[email protected]> --- M modules/mediawiki/manifests/hhvm.pp 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/18/174918/1 diff --git a/modules/mediawiki/manifests/hhvm.pp b/modules/mediawiki/manifests/hhvm.pp index 9ff9b19..e1329c8 100644 --- a/modules/mediawiki/manifests/hhvm.pp +++ b/modules/mediawiki/manifests/hhvm.pp @@ -90,6 +90,6 @@ command => '/usr/bin/curl -fs http://localhost:9002/jemalloc-prof-deactivate', onlyif => '! /usr/bin/curl -fs http://localhost:9002/jemalloc-stats-print | grep -Pq "opt.prof(_active)?: false"', provider => 'shell', - require => Service['hhvm'], + require => [Service['hhvm'],Service['apache2']], } } -- To view, visit https://gerrit.wikimedia.org/r/174918 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie5271116ea9857010aac44d8c6e07c8f7b8376b8 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
