From cefc704c6ba62d49487565d06cc00ce2aa03311d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 27 Mar 2014 08:12:46 +0100 Subject: [PATCH] try this --- 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 02f92e190..a546aee85 100644 --- a/modules/hardware/manifests/raid/proliant.pp +++ b/modules/hardware/manifests/raid/proliant.pp @@ -10,7 +10,7 @@ class hardware::raid::proliant { ensure => installed, tag => extra_repo, } - if ! "$::systemproductname" in ["ProLiant DL180 G5", "ProLiant DL120 G5"] { + if !("$::systemproductname" in ["ProLiant DL180 G5", "ProLiant DL120 G5"]) { package { 'hp-health': ensure => installed, tag => extra_repo, -- 2.20.1