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:
949583a
)
storace also makes ACPI noises about power_meter
author
Julien Cristau
<jcristau@debian.org>
Thu, 22 Feb 2018 22:04:10 +0000
(23:04 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Thu, 22 Feb 2018 22:04:10 +0000
(23:04 +0100)
modules/linux/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/linux/manifests/init.pp
b/modules/linux/manifests/init.pp
index
15bb841
..
3e37f3b
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, klecker, mirror-conova] {
+ if $::hostname in [fasolo, klecker, mirror-conova
, storace
] {
$blacklist_acpi_power_meter = true
}
if $blacklist_acpi_power_meter {