Fixed "Unrecognised escape sequence '\;'" warning from procmail module.
This commit is contained in:
parent
3720469ed0
commit
5a808f15db
1 changed files with 1 additions and 1 deletions
|
@ -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 => '( 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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue