From: Julien Cristau Date: Sun, 8 Sep 2019 09:43:45 +0000 (+0200) Subject: Mask openipmi service on dell hosts X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=05119f3b4ce443dcdb7473d4127e584648d96f15 Mask openipmi service on dell hosts --- 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': } }