summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
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}"],
}
}