Ver código fonte

Cleaning up linting error with ensure param

Matthew Schmitt 10 anos atrás
pai
commit
9bf4b7f350
1 arquivos alterados com 1 adições e 1 exclusões
  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',