bundlewrap/groups/features.py
Franzi df852e8ef9
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/powerdns: more config, add bind backend
2020-10-16 17:44:31 +02:00

21 lines
306 B
Python

groups['webserver'] = {
'bundles': {
'letsencrypt',
'nginx',
},
}
groups['dns'] = {
'bundles': {
'postgresql',
'powerdns',
},
'metadata': {
'powerdns': {
'features': {
'bind': True,
},
},
},
}