projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
More quoting
[mirror/dsa-puppet.git]
/
modules
/
hardware
/
manifests
/
init.pp
1
class hardware {
2
include hardware::raid
3
4
case $::systemproductname {
5
"ProLiant BL495c G5": {
6
file { '/etc/apt/preferences.d/dsa-hp-tools':
7
content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n"
8
}
9
}
10
}
11
}