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