From: Stephen Gran Date: Sun, 29 Jul 2012 09:49:29 +0000 (+0100) Subject: up the version for handel X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=390394f92c27bf09647263781d8805b94d7e485d;p=mirror%2Fdsa-puppet.git up the version for handel Signed-off-by: Stephen Gran --- diff --git a/modules/site/manifests/params.pp b/modules/site/manifests/params.pp index a425a8182..fde0e8fdf 100644 --- a/modules/site/manifests/params.pp +++ b/modules/site/manifests/params.pp @@ -1,6 +1,6 @@ class site::params { $puppetversion = $::hostname ? { - handel => '2.7.14-1~bpo60+1', + handel => '2.7.18-1~bpo60+1', default => '2.6.2-5+squeeze5', } }