From bdb8d71a4cffd2111be32570f1babaaae081881a Mon Sep 17 00:00:00 2001 From: Keith Burdis Date: Fri, 8 Feb 2013 14:54:52 +0000 Subject: puppet-lint to the rescue --- manifests/install.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/install.pp') diff --git a/manifests/install.pp b/manifests/install.pp index 28c645f..ce49c46 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -19,7 +19,7 @@ class check_mk::install ( package { 'omd': ensure => installed, provider => $type, - source => "${workspace}/${package_file}", + source => "${workspace}/${package}", require => File["${workspace}/${package}"], } } -- cgit v1.2.3