summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-12 16:33:08 +0100
committervarac <varacanero@zeromail.org>2014-02-12 16:33:08 +0100
commitabbff591f5f0b707e23d7f66e6ed22e234a95502 (patch)
treed1edc4d37ff677641fea8b952ffb72e9d21a9212 /manifests/install.pp
parent382cb6d2ab5fe05b9db7e4178cd16b71685bef59 (diff)
use latest check-mk packages so they can be installed them from backports
when apt-pinnned so.
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],
}