bundlewrap/groups/features.py

13 lines
151 B
Python
Raw Normal View History

groups['webserver'] = {
'bundles': {
'letsencrypt',
'nginx',
},
}
2020-08-20 09:17:36 +00:00
groups['dns'] = {
'bundles': {
'bind',
},
}