From 0e3d0778bd68b6efad77b40e4e1a7f030534f2b8 Mon Sep 17 00:00:00 2001 From: Imran Haider Date: Sat, 20 Jun 2015 16:53:01 -0400 Subject: [PATCH] Add postgrey to list of packages to be installed in Arch --- postfix/map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/map.jinja b/postfix/map.jinja index 91af35d..624e6fa 100644 --- a/postfix/map.jinja +++ b/postfix/map.jinja @@ -12,7 +12,7 @@ 'service': 'postfix', }, 'Arch' : { - 'packages': ['postfix'], + 'packages': ['postfix', 'postgrey'], 'service': 'postfix', }, }, merge=salt['pillar.get']('postfix:lookup')) %}