13 lines
216 B
Python
13 lines
216 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'postfix': {},
|
|
'postfix-pgsql': {},
|
|
}
|
|
},
|
|
'letsencrypt': {
|
|
'reload_after': {
|
|
'postfix',
|
|
},
|
|
},
|
|
}
|