mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Merge pull request #74 from AdrienR/debian-stretch-dnssec
Stretch, like Jessie, doesn't have the dnssec-tools package
This commit is contained in:
commit
4b6ea1e809
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@
|
|||
'jessie': {
|
||||
'pkgs': ['bind9', 'bind9utils'],
|
||||
},
|
||||
'stretch': {
|
||||
'pkgs': ['bind9', 'bind9utils'],
|
||||
},
|
||||
}, grain='oscodename', merge=salt['grains.filter_by']({
|
||||
'Ubuntu': {
|
||||
'log_dir': '/var/log/named',
|
||||
|
|
Loading…
Add table
Reference in a new issue