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,
|
ensure => mounted,
|
||||||
atboot => true,
|
atboot => true,
|
||||||
device => "/var/run/saslauthd",
|
device => "/var/run/saslauthd",
|
||||||
options => "bind",
|
options => "bind, errors=continue",
|
||||||
fstype => "bind",
|
fstype => "bind",
|
||||||
dump => "0",
|
dump => "0",
|
||||||
pass => "0",
|
pass => "0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue