Created
May 25, 2015 15:48
-
-
Save darron/b8ab56f7e6adcbf95acb 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 = "127.0.0.1:8500" | |
retry = "10s" | |
max_stale = "10m" | |
log_level = "debug" | |
wait = "30s" | |
syslog { | |
enabled = true | |
facility = "LOCAL5" | |
} | |
template { | |
source = "/home/darron/template.ctmpl" | |
destination = "/home/darron/rendered.txt" | |
command = "logger -t consul consultemplate: I ran again" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment