postfix.init.pp: One more for the road.
This commit is contained in:
parent
88ffbbb832
commit
36a5afa303
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue