postfix.init.pp: Changed mount options for the saslauthd bind mount.
This commit is contained in:
parent
e8081b57fc
commit
03cc217589
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class postfix {
|
|||
ensure => mounted,
|
||||
atboot => true,
|
||||
device => "/var/run/saslauthd",
|
||||
options => "bind",
|
||||
options => "bind, errors=continue",
|
||||
fstype => "bind",
|
||||
dump => "0",
|
||||
pass => "0",
|
||||
|
|
Loading…
Add table
Reference in a new issue