Merged in oherrala/puppet (pull request #3)
This commit is contained in:
commit
a6a90ae56b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class procmail {
|
|||
}
|
||||
|
||||
exec { "generate-procmailrc":
|
||||
command => '( echo "DROPPRIVS=yes" ; find /etc/procmailrc.d/*.rc -exec echo "INCLUDERC={}" \; ) > /etc/procmailrc ; true',
|
||||
command => '/bin/sh -c -- \'umask 022; ( echo "DROPPRIVS=yes" ; find /etc/procmailrc.d/*.rc -exec echo "INCLUDERC={}" \; ) > /etc/procmailrc ; true\'',
|
||||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||
refreshonly => true,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue