Fix consul perms
This commit is contained in:
parent
1b18334068
commit
571c9f25b8
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@
|
||||||
template:
|
template:
|
||||||
src: templates/consul.hcl.j2
|
src: templates/consul.hcl.j2
|
||||||
dest: /etc/consul.d/consul.hcl
|
dest: /etc/consul.d/consul.hcl
|
||||||
owner: root
|
owner: consul
|
||||||
group: root
|
group: consul
|
||||||
mode: 0750
|
mode: 0750
|
||||||
notify: restart_consul_debian
|
notify: restart_consul_debian
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue