Created
June 21, 2016 21:47
-
-
Save maguec/6e1cf5ca627423d7e0140a7c879b376c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
##################################################### | |
# Consul Generated # {{ $role := env "ROLE" }} # {{ $role_tree := printf "%q" (print "mysql-proxy/" $role "/settings") | replaceAll "\"" "" }} | |
##################################################### | |
OPTIONS="{{range tree $role_tree }} --{{.Key}}={{.Value}}{{end}}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment