projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37e7d6c
)
use hp-health version 8.6 on ProLiant DL360 G4
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 19 May 2013 15:20:55 +0000
(17:20 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sun, 19 May 2013 15:20:55 +0000
(17:20 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/hardware/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/hardware/manifests/init.pp
b/modules/hardware/manifests/init.pp
index
921eef8
..
0e3de20
100644
(file)
--- a/
modules/hardware/manifests/init.pp
+++ b/
modules/hardware/manifests/init.pp
@@
-1,7
+1,7
@@
class hardware {
include hardware::raid
- if "$::systemproductname" in ["ProLiant BL495c G5", "ProLiant DL385 G1", "ProLiant DL380 G4"] {
+ if "$::systemproductname" in ["ProLiant BL495c G5", "ProLiant DL385 G1", "ProLiant DL380 G4"
, "ProLiant DL360 G4"
] {
file { '/etc/apt/preferences.d/dsa-hp-tools':
content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n"
}