postfix: install postfix apt package via metadata default rather than via items.py
This commit is contained in:
parent
b40e2b21e1
commit
b442d54746
2 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
|||
pkg_apt = {
|
||||
'postfix': {},
|
||||
}
|
||||
|
||||
svc_systemd = {
|
||||
'postfix': {
|
||||
'needs': ['pkg_apt:postfix', 'file:/etc/postfix/main.cf'],
|
||||
|
|
7
bundles/postfix/metadata.py
Normal file
7
bundles/postfix/metadata.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'postfix': {},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue