summaryrefslogtreecommitdiffstats
path: root/test/data/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/snippets')
-rw-r--r--test/data/snippets/collection_override.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/data/snippets/collection_override.pp b/test/data/snippets/collection_override.pp
new file mode 100644
index 000000000..b1b39ab16
--- /dev/null
+++ b/test/data/snippets/collection_override.pp
@@ -0,0 +1,8 @@
+@file {
+ "/tmp/collection":
+ content => "whatever"
+}
+
+File<| |> {
+ mode => 0600
+}