procmail: Permission fix for procmailrc.d
This commit is contained in:
parent
5f293a7351
commit
59dd7bf606
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class procmail {
|
|||
purge => true,
|
||||
force => true,
|
||||
recurse => true,
|
||||
mode => "0755",
|
||||
mode => "0644",
|
||||
owner => "root",
|
||||
group => $::operatingsystem ? {
|
||||
"openbsd" => "wheel",
|
||||
|
|
Loading…
Add table
Reference in a new issue