bundles/powerdns: more config, add bind backend
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-10-16 17:44:31 +02:00
parent fa67bd13f4
commit df852e8ef9
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 124 additions and 3 deletions

View file

@ -10,4 +10,11 @@ groups['dns'] = {
'postgresql',
'powerdns',
},
'metadata': {
'powerdns': {
'features': {
'bind': True,
},
},
},
}