projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
498df34
)
klecker: remove acpi dmesg noise
author
Héctor Orón Martínez
<zumbi@debian.org>
Wed, 31 Jan 2018 17:09:33 +0000
(18:09 +0100)
committer
Héctor Orón Martínez
<zumbi@debian.org>
Wed, 31 Jan 2018 17:12:30 +0000
(18:12 +0100)
Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
modules/linux/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/linux/manifests/init.pp
b/modules/linux/manifests/init.pp
index
57962a7
..
fc24886
100644
(file)
--- 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 {