module-concat/tests/init.pp

8 lines
125 B
ObjectPascal
Raw Normal View History

2013-11-16 00:51:37 +01:00
concat { '/tmp/concat':
ensure => present,
force => true,
owner => 'root',
group => 'root',
mode => '0644',
}