PowerDNS instead of bind9 #2

Merged
kunsi merged 23 commits from kunsi-feature-powerdns-instead-of-bind into main 2020-10-17 11:12:35 +00:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit fa67bd13f4 - Show all commits

View file

@ -0,0 +1,3 @@
launch=bind,psql
include-dir=/etc/powerdns/pdns.d

13
bundles/powerdns/items.py Normal file
View file

@ -0,0 +1,13 @@
directories = {
'/etc/powerdns/pdns.d': {
'purge': True,
},
}
files = {
'/etc/powerdns/pdns.conf': {
'needs': {
'pkg_apt:pdns-server',
},
},
}