From 5e806b99e2448dfb4bcd880b3c77578e1a15c8aa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 21 Jan 2013 19:19:05 -0200 Subject: Removing path from postfix::config --- manifests/config.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'manifests') diff --git a/manifests/config.pp b/manifests/config.pp index 7b27053..8e203a6 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -37,7 +37,6 @@ define postfix::config ($ensure = present, $value, $nonstandard = false) { false => "test \"x$(postconf -h ${name})\" = 'x${value}'", true => "test \"x$(egrep '^${name} ' /etc/postfix/main.cf | cut -d= -f2 | cut -d' ' -f2)\" = 'x${value}'", }, - path => "/usr/bin:/usr/sbin/:/bin:/sbin", notify => Service["postfix"], require => File["/etc/postfix/main.cf"], } -- cgit v1.2.3