Cleaning up linting error with ensure param

This commit is contained in:
Matthew Schmitt 2013-12-04 20:40:05 -08:00
parent 75cdbf4fc6
commit 9bf4b7f350

View file

@ -1,6 +1,6 @@
concat { 'testconcat':
path => '/tmp/concat',
ensure => present,
path => '/tmp/concat',
owner => 'root',
group => 'root',
mode => '0664',