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:
dbc41cd
)
Add sallinen to blacklist_acpi_power_meter list
author
Julien Cristau
<jcristau@debian.org>
Wed, 18 Jul 2018 09:36:46 +0000
(11:36 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Wed, 18 Jul 2018 09:37:08 +0000
(11:37 +0200)
modules/linux/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/linux/manifests/init.pp
b/modules/linux/manifests/init.pp
index
3e37f3b
..
97cc643
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, storace] {
+ if $::hostname in [fasolo, klecker, mirror-conova, storace
, sallinen
] {
$blacklist_acpi_power_meter = true
}
if $blacklist_acpi_power_meter {