Removing path from postfix::config
This commit is contained in:
parent
56bac37c33
commit
5e806b99e2
1 changed files with 0 additions and 1 deletions
|
@ -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"],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue