generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/monit-haproxy.conf in rubber-1.14.1 vs generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/monit-haproxy.conf in rubber-1.15.0

- old
+ new

@@ -3,6 +3,6 @@ %> check process haproxy with pidfile /var/run/haproxy.pid group haproxy-<%= RUBBER_ENV %> start program = "/usr/bin/env service haproxy start" stop program = "/usr/bin/env service haproxy stop" - if failed host <%= rubber_env.host %> port <%= rubber_env.haproxy_monitor_port %> with timeout 10 seconds for 10 cycles then restart + if failed host "<%= rubber_env.host %>" port <%= rubber_env.haproxy_monitor_port %> with timeout 10 seconds for 10 cycles then restart