8 lines
125 B
ObjectPascal
8 lines
125 B
ObjectPascal
|
concat { '/tmp/concat':
|
||
|
ensure => present,
|
||
|
force => true,
|
||
|
owner => 'root',
|
||
|
group => 'root',
|
||
|
mode => '0644',
|
||
|
}
|