bundles/powerdns: support pgsql

This commit is contained in:
Franzi 2020-10-16 19:23:45 +02:00
parent 2c1a825b7d
commit d442ab399e
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 143 additions and 0 deletions

View file

@ -14,6 +14,7 @@ groups['dns'] = {
'powerdns': {
'features': {
'bind': True,
'pgsql': True,
},
},
},