busoni is static-mirror/weblog-provider
[mirror/dsa-puppet.git] / modules / site / manifests / params.pp
1 class site::params {
2         $puppetversion = $::hostname ? {
3                 handel  => '2.7.18-3~bpo60+1',
4                 default => '2.6.2-5+squeeze5',
5         }
6 }