1
concat { '/tmp/concat':
2
ensure => present,
3
force => true,
4
owner => 'root',
5
group => 'root',
6
mode => '0644',
7
}