瀏覽代碼

Cleaning up linting error with ensure param

Matthew Schmitt 10 年之前
父節點
當前提交
9bf4b7f350
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',