X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fsite%2Fmanifests%2Fparams.pp;fp=modules%2Fsite%2Fmanifests%2Fparams.pp;h=fde0e8fdfd9f439b87954f6cdd66508a035aeaf3;hb=390394f92c27bf09647263781d8805b94d7e485d;hp=a425a8182a2a99e3a80ece353bdaaf97218d46f8;hpb=1e341bf93cda9564ae029683e2e534182ba484a2;p=dsa-puppet.git diff --git a/modules/site/manifests/params.pp b/modules/site/manifests/params.pp index a425a818..fde0e8fd 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', } }