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:
247e006
)
install hpssacli on HP servers
author
Julien Cristau
<jcristau@debian.org>
Mon, 7 Dec 2015 08:46:12 +0000
(09:46 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Mon, 7 Dec 2015 08:46:12 +0000
(09:46 +0100)
Replaces hpacucli.
modules/hardware/manifests/raid/proliant.pp
patch
|
blob
|
history
diff --git
a/modules/hardware/manifests/raid/proliant.pp
b/modules/hardware/manifests/raid/proliant.pp
index
a546aee
..
8b64d22
100644
(file)
--- a/
modules/hardware/manifests/raid/proliant.pp
+++ b/
modules/hardware/manifests/raid/proliant.pp
@@
-10,6
+10,10
@@
class hardware::raid::proliant {
ensure => installed,
tag => extra_repo,
}
+ package { 'hpssacli':
+ ensure => installed,
+ tag => extra_repo,
+ }
if !("$::systemproductname" in ["ProLiant DL180 G5", "ProLiant DL120 G5"]) {
package { 'hp-health':
ensure => installed,