From: Frank Brehm Date: Mon, 29 Feb 2016 16:16:02 +0000 (+0100) Subject: Adding failing packages X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=4e17a838f2fb9eaf54ed4d735a590185b0f70ae8;p=salt%2Fstates.git Adding failing packages --- diff --git a/postfix/common.sls b/postfix/common.sls index b1c436f..6847f1d 100644 --- a/postfix/common.sls +++ b/postfix/common.sls @@ -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', '') %}