postfix.init.pp: Changed mount options for the saslauthd bind mount.

This commit is contained in:
Lari Huttunen 2013-03-04 13:53:00 +01:00
parent e8081b57fc
commit 03cc217589

View file

@ -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",