Add postgrey to list of packages to be installed in Arch

This commit is contained in:
Imran Haider 2015-06-20 16:53:01 -04:00
parent 35134096c6
commit 0e3d0778bd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
'service': 'postfix',
},
'Arch' : {
'packages': ['postfix'],
'packages': ['postfix', 'postgrey'],
'service': 'postfix',
},
}, merge=salt['pillar.get']('postfix:lookup')) %}