install hpssacli on HP servers
authorJulien Cristau <jcristau@debian.org>
Mon, 7 Dec 2015 08:46:12 +0000 (09:46 +0100)
committerJulien Cristau <jcristau@debian.org>
Mon, 7 Dec 2015 08:46:12 +0000 (09:46 +0100)
Replaces hpacucli.

modules/hardware/manifests/raid/proliant.pp

index a546aee..8b64d22 100644 (file)
@@ -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,