From 006e048fdd3bf8205e4875368b4681448f4f3f99 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 21 Feb 2018 09:13:57 +0100 Subject: [PATCH] mirror-conova also does lots of ACPI power-meter dmesg noise --- 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 fc24886a9..15bb841d6 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] { + if $::hostname in [fasolo, klecker, mirror-conova] { $blacklist_acpi_power_meter = true } if $blacklist_acpi_power_meter { -- 2.20.1