Cleaning up linting error with ensure param
This commit is contained in:
parent
75cdbf4fc6
commit
9bf4b7f350
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
concat { 'testconcat':
|
||||
path => '/tmp/concat',
|
||||
ensure => present,
|
||||
path => '/tmp/concat',
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0664',
|
||||
|
|
Loading…
Reference in a new issue