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,
|
purge => true,
|
||||||
force => true,
|
force => true,
|
||||||
recurse => true,
|
recurse => true,
|
||||||
mode => "0755",
|
mode => "0644",
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => $::operatingsystem ? {
|
group => $::operatingsystem ? {
|
||||||
"openbsd" => "wheel",
|
"openbsd" => "wheel",
|
||||||
|
|
Loading…
Add table
Reference in a new issue