From: Peter Palfrader Date: Mon, 28 Aug 2017 11:50:17 +0000 (+0200) Subject: Use $::smartarraycontroller_hpsa or $::smartarraycontroller_cciss instead of $::smart... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=274f82d750eb0661b6336b87a8e21167615957af;p=mirror%2Fdsa-puppet.git Use $::smartarraycontroller_hpsa or $::smartarraycontroller_cciss instead of $::smartarraycontroller --- 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",