formula-consul/consul/defaults.yaml
Charles McLaughlin 7f71883d09 Download URL configurable via pillar
I ran into this problem where the formula can't download and install
Consul:

https://github.com/saltstack/salt/issues/38730

As a work around, I'm making the download URL configurable. Not sure if
many other people will find this useful, so if you don't want to merge
it that's fine. For me it's only a temporary fix until I can upgrade
Salt.
2017-02-28 09:30:25 -08:00

20 lines
401 B
YAML

consul:
version: 0.7.0
hash: b350591af10d7d23514ebaa0565638539900cdb3aaa048f077217c4c46653dd8
download_host: releases.hashicorp.com
service: false
config:
server: false
bind_addr: 0.0.0.0
data_dir: /var/consul
ui: true
enable_debug: false
log_level: info
encrypt: ""
retry_join: []
retry_interval: 30s
datacenter: "main"
register: []
scripts: []