From 500405a08c8cfb652e06973d7b5723277102f582 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 18 Jul 2018 11:36:46 +0200 Subject: [PATCH] Add sallinen to blacklist_acpi_power_meter list --- 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 3e37f3bea..97cc6431b 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, storace] { + if $::hostname in [fasolo, klecker, mirror-conova, storace, sallinen] { $blacklist_acpi_power_meter = true } if $blacklist_acpi_power_meter { -- 2.20.1