bundlewrap/groups/features.py
Franzi 033adc1f0b
All checks were successful
bundlewrap/pipeline/head This commit looks good
move nginx and letsencrypt bundle to group "webserver"
2020-06-01 11:04:51 +02:00

7 lines
90 B
Python

groups['webserver'] = {
'bundles': {
'letsencrypt',
'nginx',
},
}