bundles/powerdns: minimal pdns.conf
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-10-16 13:19:44 +02:00
parent a08f483ac5
commit fa67bd13f4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 16 additions and 0 deletions

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',
},
},
}