cleanup escaping stuff
This commit is contained in:
parent
51d64164a9
commit
8904d70221
1 changed files with 1 additions and 1 deletions
|
@ -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}"];
|
||||
|
|
Loading…
Reference in a new issue