From 05119f3b4ce443dcdb7473d4127e584648d96f15 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sun, 8 Sep 2019 11:43:45 +0200 Subject: [PATCH] Mask openipmi service on dell hosts --- modules/hardware/manifests/raid/dell.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hardware/manifests/raid/dell.pp b/modules/hardware/manifests/raid/dell.pp index 277fa2d85..b1f5fb235 100644 --- 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': } } -- 2.20.1