mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Do not spec dnssec-tools for installation on Debian Jessie.
Due to issues with rollerd[1], dnssec-tools was removed from testing[2] and did not make it into Debian Jessie. This removes that package spec from the formula and leaves it as an exercise to the user to solve how to satisfy the requirement. [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754704 [2]: https://packages.qa.debian.org/d/dnssec-tools/news/20140812T163915Z.html
This commit is contained in:
parent
1543c5c644
commit
0c072f9fc3
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