Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/180129
Change subject: hhvm: fix yaml quotation ...................................................................... hhvm: fix yaml quotation Change-Id: Id199ce014b2f09137d2ee3034edd7ae4c65a8d3b Signed-off-by: Giuseppe Lavagetto <[email protected]> --- M hieradata/hosts/mw1081.yaml M hieradata/hosts/mw1114.yaml 2 files changed, 5 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/29/180129/1 diff --git a/hieradata/hosts/mw1081.yaml b/hieradata/hosts/mw1081.yaml index 9b5f89e..094f552 100644 --- a/hieradata/hosts/mw1081.yaml +++ b/hieradata/hosts/mw1081.yaml @@ -6,5 +6,5 @@ warmup_throttle_request_count: 1000 # Limit number of child processes running at once # Also, use light processes, that are more efficient - light_process_count: %{processorcount} - + light_process_count: "%{processorcount}" + diff --git a/hieradata/hosts/mw1114.yaml b/hieradata/hosts/mw1114.yaml index 1b9868b..f22a927 100644 --- a/hieradata/hosts/mw1114.yaml +++ b/hieradata/hosts/mw1114.yaml @@ -5,6 +5,7 @@ # starvation of threads that are JIT-compiling warmup_throttle_request_count: 1000 # Limit number of child processes running at once - b# Also, use light processes, that are more efficient - light_process_count: %{::processorcount} + # Also, use light processes, that are more efficient + light_process_count: "%{::processorcount}" + -- To view, visit https://gerrit.wikimedia.org/r/180129 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id199ce014b2f09137d2ee3034edd7ae4c65a8d3b 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
