From 46cee04ab06b23ab6e9e4baba655cf470d10cfc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= Date: Wed, 31 Jan 2018 18:09:33 +0100 Subject: [PATCH] klecker: remove acpi dmesg noise MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Héctor Orón Martínez --- 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 57962a730..fc24886a9 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] { + if $::hostname in [fasolo, klecker] { $blacklist_acpi_power_meter = true } if $blacklist_acpi_power_meter { -- 2.20.1