From d2d718d6312d6d8902c7974e2ab3769c979e09fd Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 7 Dec 2015 09:46:12 +0100 Subject: [PATCH] install hpssacli on HP servers Replaces hpacucli. --- modules/hardware/manifests/raid/proliant.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hardware/manifests/raid/proliant.pp b/modules/hardware/manifests/raid/proliant.pp index a546aee85..8b64d224f 100644 --- 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, -- 2.20.1