Fix conflicting ID with other formulas
This commit is contained in:
parent
4d0b6e8857
commit
2107339712
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
|||
{% from "consul/map.jinja" import consul with context %}
|
||||
|
||||
unzip:
|
||||
pkg.installed
|
||||
consul-dep-unzip:
|
||||
pkg.installed:
|
||||
- name: unzip
|
||||
|
||||
/usr/local/bin:
|
||||
consul-bin-dir:
|
||||
file.directory:
|
||||
- name: /usr/local/bin
|
||||
- makedirs: True
|
||||
|
||||
# Create consul user
|
||||
|
|
Loading…
Reference in a new issue