mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Merge pull request #57 from tedski/master
Do not spec dnssec-tools for installation on Debian Jessie.
This commit is contained in:
commit
adaf678655
1 changed files with 5 additions and 1 deletions
|
@ -44,8 +44,12 @@
|
|||
'mode': '640'
|
||||
},
|
||||
}, merge=salt['grains.filter_by']({
|
||||
'jessie': {
|
||||
'pkgs': ['bind9', 'bind9utils'],
|
||||
},
|
||||
}, grain='oscodename', merge=salt['grains.filter_by']({
|
||||
'Ubuntu': {
|
||||
'log_dir': '/var/log/named',
|
||||
'user': 'bind'
|
||||
},
|
||||
}, grain='os', merge=salt['pillar.get']('bind:lookup'))) %}
|
||||
}, grain='os', merge=salt['pillar.get']('bind:lookup')))) %}
|
||||
|
|
Loading…
Add table
Reference in a new issue