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 %}
|
{% from "consul/map.jinja" import consul with context %}
|
||||||
|
|
||||||
unzip:
|
consul-dep-unzip:
|
||||||
pkg.installed
|
pkg.installed:
|
||||||
|
- name: unzip
|
||||||
|
|
||||||
/usr/local/bin:
|
consul-bin-dir:
|
||||||
file.directory:
|
file.directory:
|
||||||
|
- name: /usr/local/bin
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
# Create consul user
|
# Create consul user
|
||||||
|
|
Loading…
Reference in a new issue