bundlewrap/bundles/powerdns/items.py
Franzi fa67bd13f4
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/powerdns: minimal pdns.conf
2020-10-16 13:19:44 +02:00

14 lines
196 B
Python

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