From 37e7d6c87f3c2166da001620ced613d10e88d524 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 19 May 2013 14:51:28 +0200 Subject: [PATCH] try quoting it --- modules/hardware/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/manifests/init.pp b/modules/hardware/manifests/init.pp index 0ab1eb348..921eef827 100644 --- a/modules/hardware/manifests/init.pp +++ b/modules/hardware/manifests/init.pp @@ -1,7 +1,7 @@ class hardware { include hardware::raid - if $::systemproductname in ["ProLiant BL495c G5", "ProLiant DL385 G1", "ProLiant DL380 G4"] { + if "$::systemproductname" in ["ProLiant BL495c G5", "ProLiant DL385 G1", "ProLiant DL380 G4"] { file { '/etc/apt/preferences.d/dsa-hp-tools': content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n" } -- 2.20.1