Merged in oherrala/puppet (pull request #3)

This commit is contained in:
Timo Mäkinen 2012-02-14 14:24:19 +02:00
commit a6a90ae56b

View file

@ -29,7 +29,7 @@ class procmail {
} }
exec { "generate-procmailrc": 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", path => "/bin:/usr/bin:/sbin:/usr/sbin",
refreshonly => true, refreshonly => true,
} }