projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
211c45f2f4e7c14ebad95ef7be24d11ff07a8df2
[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
}