From 88fb050109124f22177214f821f2909a7430630f Mon Sep 17 00:00:00 2001 From: Daniel Oetken Date: Thu, 19 May 2016 13:55:15 +0200 Subject: [PATCH] option to make postgrey service enabled or disabled --- pillar.example | 1 + postfix/postgrey.sls | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index 28f3d57..7976469 100644 --- a/pillar.example +++ b/pillar.example @@ -20,6 +20,7 @@ postfix: postgrey: enabled: True + enable_service: True location: inet:172.16.0.5:6379 policyd-spf: diff --git a/postfix/postgrey.sls b/postfix/postgrey.sls index e12482c..b819aa9 100644 --- a/postfix/postgrey.sls +++ b/postfix/postgrey.sls @@ -7,7 +7,7 @@ postgrey: - service: postgrey service.running: - - enable: True + - enable: {{ salt['pillar.get']('postfix:postgrey:enable_service', True) }} - require: - pkg: postgrey - watch: