diff options
author | Luke Kanies <luke@madstop.com> | 2008-10-21 19:28:21 +0200 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-10-21 19:28:21 +0200 |
commit | b7d72360f66e36d897cfd4436236a3607a6de5b7 (patch) | |
tree | f0e7be01442451f10574e9499268c2012be81988 /test/data/snippets/arraytrailingcomma.pp | |
parent | fe789798cc0ccdc54b3a28d48bf206c9fc187085 (diff) | |
parent | 6d05cbc1e1a22d4316e18fb22d5cff9c7a42d3cf (diff) | |
download | puppet-b7d72360f66e36d897cfd4436236a3607a6de5b7.tar.gz puppet-b7d72360f66e36d897cfd4436236a3607a6de5b7.tar.xz puppet-b7d72360f66e36d897cfd4436236a3607a6de5b7.zip |
Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x
Diffstat (limited to 'test/data/snippets/arraytrailingcomma.pp')
-rw-r--r-- | test/data/snippets/arraytrailingcomma.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/snippets/arraytrailingcomma.pp b/test/data/snippets/arraytrailingcomma.pp new file mode 100644 index 000000000..a410f9553 --- /dev/null +++ b/test/data/snippets/arraytrailingcomma.pp @@ -0,0 +1,3 @@ +file { + ["/tmp/arraytrailingcomma1","/tmp/arraytrailingcomma2", ]: content => "tmp" +} |