Removing path from postfix::config

This commit is contained in:
Silvio Rhatto 2013-01-21 19:19:05 -02:00
parent 56bac37c33
commit 5e806b99e2

View file

@ -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"],
}