mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Merge pull request #35 from davidkarlsen/master
bind runs as user bind by default on ubuntu
This commit is contained in:
commit
b9a94b30bf
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