upgrade to concat 2.0.0
[mirror/dsa-puppet.git] / 3rdparty / modules / concat / tests / init.pp
1 concat { '/tmp/concat':
2   ensure => present,
3   owner  => 'root',
4   group  => 'root',
5   mode   => '0644',
6 }