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