Browse Source

Cleaning up linting error with ensure param

Matthew Schmitt 10 năm trước cách đây
mục cha
commit
9bf4b7f350
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/fragment.pp

+ 1 - 1
tests/fragment.pp

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