mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Merge pull request #20 from davidkarlsen/master
this package is needed on Debian/Ubuntu for dnssec to work, or else: 'pi...
This commit is contained in:
commit
d959f5b00f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{% set map = salt['grains.filter_by']({
|
||||
'Debian': {
|
||||
'pkgs': ['bind9', 'bind9utils'],
|
||||
'pkgs': ['bind9', 'bind9utils', 'dnssec-tools'],
|
||||
'service': 'bind9',
|
||||
'config': '/etc/bind/named.conf',
|
||||
'local_config': '/etc/bind/named.conf.local',
|
||||
|
|
Loading…
Add table
Reference in a new issue