Update concat
[mirror/dsa-puppet.git] / 3rdparty / modules / concat / examples / init.pp
diff --git a/3rdparty/modules/concat/examples/init.pp b/3rdparty/modules/concat/examples/init.pp
new file mode 100644 (file)
index 0000000..c7f1934
--- /dev/null
@@ -0,0 +1,6 @@
+concat { '/tmp/concat':
+  ensure => present,
+  owner  => 'root',
+  group  => 'root',
+  mode   => '0644',
+}