mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 17:50:23 +00:00
Fetch user from lookup table for static defaults (map.jinja)
This fixes the RHEL/CentOS configuration, because user 'bind' doesn't exist in RHEL.
This commit is contained in:
parent
d074c098e0
commit
1aba08b296
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ bind_restart:
|
||||||
|
|
||||||
{{ map.log_dir }}/query.log:
|
{{ map.log_dir }}/query.log:
|
||||||
file.managed:
|
file.managed:
|
||||||
- user: bind
|
- user: {{ salt['pillar.get']('bind:config:user', map.user) }}
|
||||||
- group: {{ salt['pillar.get']('bind:config:group', map.group) }}
|
- group: {{ salt['pillar.get']('bind:config:group', map.group) }}
|
||||||
- mode: 644
|
- mode: 644
|
||||||
- require:
|
- require:
|
||||||
|
|
Loading…
Add table
Reference in a new issue