projects
/
puppet_common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d6416
)
cleanup escaping stuff
author
mh
<mh@immerda.ch>
Wed, 21 Jul 2010 05:54:31 +0000
(07:54 +0200)
committer
Micah Anderson
<micah@riseup.net>
Thu, 2 Sep 2010 22:29:06 +0000
(18:29 -0400)
manifests/defines/concatenated_file.pp
patch
|
blob
|
history
diff --git
a/manifests/defines/concatenated_file.pp
b/manifests/defines/concatenated_file.pp
index
491e2c8
..
2985442
100644
(file)
--- a/
manifests/defines/concatenated_file.pp
+++ b/
manifests/defines/concatenated_file.pp
@@
-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}"];