Use $::smartarraycontroller_hpsa or $::smartarraycontroller_cciss instead of $::smart...
authorPeter Palfrader <peter@palfrader.org>
Mon, 28 Aug 2017 11:50:17 +0000 (13:50 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 28 Aug 2017 11:50:17 +0000 (13:50 +0200)
modules/hardware/manifests/raid/proliant.pp

index 711703b..b8dca1a 100644 (file)
@@ -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",