formula-consul/consul/defaults.yaml
George Robinson 347937ad46 Separate consul and consul-template states
Break up the consul formula into two states: consul and consul-template
such that it is possible to install consul without consul-template.

Update consul and consul-template to 0.6.4 and 0.14.0 respectively.

Consul template can now be configured with pillars.
2016-04-24 11:20:31 +01:00

22 lines
484 B
YAML

consul:
version: 0.6.1
hash: dbb3c348fdb7cdfc03e5617956b243c594a399733afee323e69ef664cdadb1ac
ui_version: 0.6.1
ui_hash: afccdd540b166b778c7c0483becc5e282bbbb1ee52335bfe94bf757df8c55efc
service: false
config:
server: false
bind_addr: 0.0.0.0
data_dir: /var/consul
ui_dir: /usr/local/share/consul/ui
enable_debug: false
log_level: info
encrypt: ""
retry_join: []
retry_interval: 30s
datacenter: "main"
register: []
scripts: []