Move the backup of the pg instance on buxtehude to a more hiera and facter based...
[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 }