puppet-zuul/templates/zuul.default.erb
Spencer Krum 1f6611745a Modernize template syntax
Change-Id: I08fc8b0d9749842d6e925d3781d1af40bd07fced
2015-03-18 17:16:14 -07:00

5 lines
101 B
Plaintext

<% if @statsd_host != "" %>
export STATSD_HOST=<%= @statsd_host %>
export STATSD_PORT=8125
<% end %>