Explorar el Código

Cleaning up linting error with ensure param

Matthew Schmitt hace 10 años
padre
commit
9bf4b7f350
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',