summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-02-08 14:54:52 +0000
committerKeith Burdis <keith@burdis.org>2013-02-08 14:54:52 +0000
commitbdb8d71a4cffd2111be32570f1babaaae081881a (patch)
tree0a775fd39e2ec0cbe2d1054a016ceb75855bfbaa /manifests/install.pp
parent19f14ff538f9be66374498dba77fef3ba0ba9fff (diff)
puppet-lint to the rescue
Diffstat (limited to 'manifests/install.pp')
-rw-r--r--manifests/install.pp2
1 files changed, 1 insertions, 1 deletions
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}"],
}
}