allow nagios to run /usr/lib/nagios/plugins/dsa-check-bacula-lastbackup-wrap on dinis
[mirror/dsa-puppet.git] / modules / site / manifests / params.pp
1 class site::params {
2         $puppetversion = $::hostname ? {
3                 handel  => '2.7.18-1~bpo60+1',
4                 default => '2.6.2-5+squeeze5',
5         }
6 }