Added additional groups for consul user-fix
This commit is contained in:
parent
bae276589e
commit
a7d4786284
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ consul-user:
|
|||
- {{ consul.group }}
|
||||
{% for groupname in consul.groups -%}
|
||||
- {{ groupname }}
|
||||
{%- endfor %}}
|
||||
{%- endfor %}
|
||||
- home: {{ salt['user.info'](consul.user)['home']|default(consul.config.data_dir) }}
|
||||
- createhome: False
|
||||
- system: True
|
||||
|
|
Loading…
Reference in a new issue