Selaa lähdekoodia

Cleaning up linting error with ensure param

Matthew Schmitt 10 vuotta sitten
vanhempi
commit
9bf4b7f350
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',