postfix: install postfix apt package via metadata default rather than via items.py

This commit is contained in:
Rico 2022-01-03 13:44:59 +01:00
parent b40e2b21e1
commit b442d54746
Signed by: stillbeben
GPG Key ID: AE1066B5BD0B5041
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,3 @@
pkg_apt = {
'postfix': {},
}
svc_systemd = {
'postfix': {
'needs': ['pkg_apt:postfix', 'file:/etc/postfix/main.cf'],

View File

@ -0,0 +1,7 @@
defaults = {
'apt': {
'packages': {
'postfix': {},
},
},
}