Skip to content

Instantly share code, notes, and snippets.

@sam113101
Forked from ralph-tice/doesnt work
Last active May 16, 2018 05:23
Show Gist options
  • Save sam113101/67fa92405f5117343541419902df5ac0 to your computer and use it in GitHub Desktop.
Save sam113101/67fa92405f5117343541419902df5ac0 to your computer and use it in GitHub Desktop.
erubis templates
[config]
servers = default-autolb-group<%- if node.attribute?('server2') -%>,default-autolb-group2
[tcpout:default-autolb-group2]
server = <%= node['server2'] %>:8080
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment