postfix.init.pp: Finally found the right options for the bind mount.
This commit is contained in:
parent
36a5afa303
commit
488327bc91
1 changed files with 3 additions and 6 deletions
|
@ -141,16 +141,13 @@ class postfix {
|
|||
group => "root",
|
||||
}
|
||||
mount { "/var/spool/postfix/var/run/saslauthd":
|
||||
name => "/var/run/saslauthd",
|
||||
ensure => mounted,
|
||||
atboot => true,
|
||||
device => "none",
|
||||
fstype => "tmpfs",
|
||||
options => "uid=postfix,gid=postfix,mode=0710",
|
||||
device => "/var/run/saslauthd",
|
||||
options => "bind",
|
||||
fstype => "bind",
|
||||
dump => "0",
|
||||
pass => "0",
|
||||
require => File["/var/spool/postfix/var/run/saslauthd"],
|
||||
before => Service["postfix"],
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue