From 4e61c338f4c189f8dfeccaaa6a9fa8d6f685ed8a Mon Sep 17 00:00:00 2001 From: Bryan Jen Date: Wed, 15 Apr 2015 09:58:05 -0700 Subject: [PATCH] more geppetto lint fixes --- manifests/init.pp | 2 +- tests/init.pp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 305b3d976..9c3c21d8e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -90,7 +90,7 @@ file_concat { $name: tag => $safe_name, path => $path, - owner => $user, + owner => $owner, group => $group, mode => $mode, replace => $replace, diff --git a/tests/init.pp b/tests/init.pp index fd2142718..c7f193463 100644 --- a/tests/init.pp +++ b/tests/init.pp @@ -1,6 +1,5 @@ concat { '/tmp/concat': ensure => present, - force => true, owner => 'root', group => 'root', mode => '0644',