From 03cc2175899e4c524ad0735e7691508aefc112b4 Mon Sep 17 00:00:00 2001 From: Lari Huttunen Date: Mon, 4 Mar 2013 13:53:00 +0100 Subject: [PATCH] postfix.init.pp: Changed mount options for the saslauthd bind mount. --- postfix/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/manifests/init.pp b/postfix/manifests/init.pp index be8e5f3..8c6078a 100644 --- a/postfix/manifests/init.pp +++ b/postfix/manifests/init.pp @@ -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",