From e572ec31842bfe8483588aa8e112f8cbbc06822d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 13 Apr 2013 12:02:43 +0200 Subject: [PATCH 1/1] and fix preferences file --- 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 b09bf929..c7c7a28a 100644 --- a/modules/hardware/manifests/init.pp +++ b/modules/hardware/manifests/init.pp @@ -4,7 +4,7 @@ class hardware { case $::systemproductname { "ProLiant BL495c G5": { file { '/etc/apt/preferences.d/dsa-hp-tools': - content => "Package: hp-health\n: version 8.6*\nPin-Priority: 1100\n" + content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n" } } } -- 2.39.2