PowerDNS instead of bind9 #2
2 changed files with 16 additions and 0 deletions
3
bundles/powerdns/files/pdns.conf
Normal file
3
bundles/powerdns/files/pdns.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
launch=bind,psql
|
||||
|
||||
include-dir=/etc/powerdns/pdns.d
|
13
bundles/powerdns/items.py
Normal file
13
bundles/powerdns/items.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
directories = {
|
||||
'/etc/powerdns/pdns.d': {
|
||||
'purge': True,
|
||||
},
|
||||
}
|
||||
|
||||
files = {
|
||||
'/etc/powerdns/pdns.conf': {
|
||||
'needs': {
|
||||
'pkg_apt:pdns-server',
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue