bundlewrap/bundles/postfix/metadata.py
mwiegand c1e37b233c wip
2021-06-13 18:40:51 +02:00

13 lines
216 B
Python

defaults = {
'apt': {
'packages': {
'postfix': {},
'postfix-pgsql': {},
}
},
'letsencrypt': {
'reload_after': {
'postfix',
},
},
}