summaryrefslogtreecommitdiffstats
path: root/test/data/snippets/arraytrailingcomma.pp
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-10-21 19:28:21 +0200
committerLuke Kanies <luke@madstop.com>2008-10-21 19:28:21 +0200
commitb7d72360f66e36d897cfd4436236a3607a6de5b7 (patch)
treef0e7be01442451f10574e9499268c2012be81988 /test/data/snippets/arraytrailingcomma.pp
parentfe789798cc0ccdc54b3a28d48bf206c9fc187085 (diff)
parent6d05cbc1e1a22d4316e18fb22d5cff9c7a42d3cf (diff)
downloadpuppet-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.pp3
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"
+}