Przeglądaj źródła

Cleaning up linting error with ensure param

Matthew Schmitt 10 lat temu
rodzic
commit
9bf4b7f350
1 zmienionych plików z 1 dodań i 1 usunięć
  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',