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:
44317f4
)
Mask openipmi service on dell hosts
author
Julien Cristau
<jcristau@debian.org>
Sun, 8 Sep 2019 09:43:45 +0000
(11:43 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Sun, 8 Sep 2019 09:43:45 +0000
(11:43 +0200)
modules/hardware/manifests/raid/dell.pp
patch
|
blob
|
history
diff --git
a/modules/hardware/manifests/raid/dell.pp
b/modules/hardware/manifests/raid/dell.pp
index
277fa2d
..
b1f5fb2
100644
(file)
--- a/
modules/hardware/manifests/raid/dell.pp
+++ b/
modules/hardware/manifests/raid/dell.pp
@@
-28,4
+28,7
@@
class hardware::raid::dell {
base::aptrepo { 'debian.restricted.dell':
ensure => absent,
}
+
+ # buggy and conflicts with dell's own thing
+ dsa_systemd::mask { 'openipmi.service': }
}