Explorar o código

Cleaning up linting error with ensure param

Matthew Schmitt %!s(int64=10) %!d(string=hai) anos
pai
achega
9bf4b7f350
Modificáronse 1 ficheiros con 1 adicións e 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',