]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Removing path from postfix::config
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 21:19:05 +0000 (19:19 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 21:19:05 +0000 (19:19 -0200)
manifests/config.pp

index 7b27053d83a81272bba2b07c67a49d6c96b352ff..8e203a666f78a0c2f2a08b337ce83292807673d1 100644 (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"],
       }