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:
2878398
)
blacklist acpi power meter at csail
author
Julien Cristau
<jcristau@debian.org>
Tue, 10 Dec 2019 11:02:40 +0000
(12:02 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Tue, 10 Dec 2019 11:05:46 +0000
(12:05 +0100)
modules/linux/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/linux/manifests/init.pp
b/modules/linux/manifests/init.pp
index
64d6fa2
..
967b4a7
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, storace, sallinen] {
+ if $::hostname in [fasolo, storace, sallinen
, csail-node01, csail-node02
] {
$blacklist_acpi_power_meter = true
}
if $blacklist_acpi_power_meter {