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 f4cd565..bb32146 100644
--- a/manifests/install.pp
+++ b/manifests/install.pp
@@ -11,7 +11,7 @@ class check_mk::install (
}
}
file { "${workspace}/${package}":
- ensure => present,
+ ensure => latest,
source => "${filestore}/${package}",
require => File[$workspace],
}