-
-
Save sam113101/67fa92405f5117343541419902df5ac0 to your computer and use it in GitHub Desktop.
erubis templates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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