From 274f82d750eb0661b6336b87a8e21167615957af Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 28 Aug 2017 13:50:17 +0200 Subject: [PATCH] Use $::smartarraycontroller_hpsa or $::smartarraycontroller_cciss instead of $::smartarraycontroller --- modules/hardware/manifests/raid/proliant.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/manifests/raid/proliant.pp b/modules/hardware/manifests/raid/proliant.pp index 711703b78..b8dca1a0f 100644 --- a/modules/hardware/manifests/raid/proliant.pp +++ b/modules/hardware/manifests/raid/proliant.pp @@ -1,5 +1,5 @@ class hardware::raid::proliant { - if $::smartarraycontroller { + if $::smartarraycontroller_hpsa or $::smartarraycontroller_cciss { site::aptrepo { 'debian.restricted': url => 'http://db.debian.org/debian-admin', suite => "${::lsbdistcodename}-restricted", -- 2.20.1