cleanup escaping stuff

This commit is contained in:
mh 2010-07-21 07:54:31 +02:00 committed by Micah Anderson
parent 51d64164a9
commit 8904d70221

View file

@ -52,7 +52,7 @@ define concatenated_file (
$dir_real:
source => "puppet:///modules/common/empty",
checksum => mtime,
ignore => '.ignore',
ignore => '\.ignore',
recurse => true, purge => true, force => true,
mode => $mode, owner => $owner, group => $group,
notify => Exec["concat_${name}"];