postfix.init.pp: One more for the road.

This commit is contained in:
Lari Huttunen 2013-03-01 15:50:53 +01:00
parent 88ffbbb832
commit 36a5afa303

View file

@ -134,6 +134,12 @@ class postfix {
owner => "root",
group => "root",
}
file { "/var/spool/postfix/var/run/saslauthd":
ensure => directory,
mode => "0755",
owner => "root",
group => "root",
}
mount { "/var/spool/postfix/var/run/saslauthd":
name => "/var/run/saslauthd",
ensure => mounted,