try if downgrading to 1.2.2 solves my problem
[mirror/dsa-puppet.git] / 3rdparty / modules / concat / tests / init.pp
index c7f1934..fd21427 100644 (file)
@@ -1,5 +1,6 @@
 concat { '/tmp/concat':
   ensure => present,
+  force  => true,
   owner  => 'root',
   group  => 'root',
   mode   => '0644',