From abb2f30f93c2889333c6669dbd159046d4738b16 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Thu, 22 Feb 2018 23:04:10 +0100 Subject: [PATCH] storace also makes ACPI noises about power_meter --- modules/linux/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/manifests/init.pp b/modules/linux/manifests/init.pp index 15bb841d6..3e37f3bea 100644 --- a/modules/linux/manifests/init.pp +++ b/modules/linux/manifests/init.pp @@ -3,7 +3,7 @@ class linux { include ferm::per_host include entropykey include rng_tools - if $::hostname in [fasolo, klecker, mirror-conova] { + if $::hostname in [fasolo, klecker, mirror-conova, storace] { $blacklist_acpi_power_meter = true } if $blacklist_acpi_power_meter { -- 2.20.1