mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
bind runs as user bind by default on ubuntu
This commit is contained in:
parent
a5bfe6d1ec
commit
554f8eb238
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
},
|
||||
}, merge=salt['grains.filter_by']({
|
||||
'Ubuntu': {
|
||||
'log_dir': '/var/log/named'
|
||||
'log_dir': '/var/log/named',
|
||||
'user': 'bind'
|
||||
},
|
||||
}, grain='os', merge=salt['pillar.get']('bind:lookup'))) %}
|
||||
|
|
Loading…
Add table
Reference in a new issue