]> Frank Brehm's Git Trees - salt/states.git/commitdiff
Adding failing packages
authorFrank Brehm <frank@brehm-online.com>
Mon, 29 Feb 2016 16:16:02 +0000 (17:16 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 29 Feb 2016 16:16:02 +0000 (17:16 +0100)
postfix/common.sls

index b1c436f4c97b8843a7a66d9cf96adf073c09bc67..6847f1d72173188134a4c04bbb8fe9965d69954b 100644 (file)
@@ -13,6 +13,16 @@ postfix:
     - watch:
       - pkg: postfix
 
+postfix-pkgs:
+  pkg.installed:
+    - pkgs:
+      - postfix-pcre
+      - procmail
+      - libauthen-sasl-perl
+      - libsasl2-modules
+    - require:
+      - pkg: postfix
+
 /etc/postfix:
   file.directory:
     - user: root
@@ -119,6 +129,7 @@ postmap_{{ filename }}:
     - mode: 644
     - require:
       - pkg: postfix
+      - pkg: postfix-pkgs
       - file: /etc/postfix
       - cmd: postfix.pem
 {% if 'aliases' in pillar.get('postfix', '') %}