diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 19:19:05 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 19:19:05 -0200 |
commit | 5e806b99e2448dfb4bcd880b3c77578e1a15c8aa (patch) | |
tree | e1eb9670b7e75fff5aeb0bf3f9157bf0c83cf23d /manifests/config.pp | |
parent | 56bac37c3343cd3151c289088ab578d21402a455 (diff) | |
download | puppet-postfix-5e806b99e2448dfb4bcd880b3c77578e1a15c8aa.tar.gz puppet-postfix-5e806b99e2448dfb4bcd880b3c77578e1a15c8aa.tar.bz2 |
Removing path from postfix::config
Diffstat (limited to 'manifests/config.pp')
-rw-r--r-- | manifests/config.pp | 1 |
1 files changed, 0 insertions, 1 deletions
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"], } |