X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fsite%2Fmanifests%2Fparams.pp;h=fde0e8fdfd9f439b87954f6cdd66508a035aeaf3;hb=16e295d6dcd715d959e2fad2cf0e25ba2938058e;hp=a425a8182a2a99e3a80ece353bdaaf97218d46f8;hpb=83df2a0b3fd2d493c04fb117f5c7aa86e04582c4;p=mirror%2Fdsa-puppet.git 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', } }