BBlack has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/361907 )

Change subject: nginx-numa: fix template bug
......................................................................

nginx-numa: fix template bug

Simple bugfix for preceding a4231e98

Too bad the compiler doesn't show the output of only-in-new files!

Change-Id: I6c4b671437d9ea6de1a6f4b8722da0bfe9e1a517
---
M modules/tlsproxy/templates/nginx-numa.conf.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/07/361907/1

diff --git a/modules/tlsproxy/templates/nginx-numa.conf.erb 
b/modules/tlsproxy/templates/nginx-numa.conf.erb
index afff818..84019d8 100644
--- a/modules/tlsproxy/templates/nginx-numa.conf.erb
+++ b/modules/tlsproxy/templates/nginx-numa.conf.erb
@@ -1,4 +1,4 @@
 <%- nnodes = @facts['numa']['device_to_node'][@numa_iface].join(',') -%>
 [Service]
 ExecStart=
-ExecStart=/usr/bin/numactl -a -N <% nnodes %> -m <% nnodes %> /usr/sbin/nginx 
-g 'daemon on; master_process on;'
+ExecStart=/usr/bin/numactl -a -N <%= nnodes %> -m <%= nnodes %> 
/usr/sbin/nginx -g 'daemon on; master_process on;'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6c4b671437d9ea6de1a6f4b8722da0bfe9e1a517
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <bbl...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to