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':
|
concat { 'testconcat':
|
||||||
path => '/tmp/concat',
|
|
||||||
ensure => present,
|
ensure => present,
|
||||||
|
path => '/tmp/concat',
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0664',
|
mode => '0664',
|
||||||
|
|
Loading…
Reference in a new issue