Mask openipmi service on dell hosts
authorJulien Cristau <jcristau@debian.org>
Sun, 8 Sep 2019 09:43:45 +0000 (11:43 +0200)
committerJulien Cristau <jcristau@debian.org>
Sun, 8 Sep 2019 09:43:45 +0000 (11:43 +0200)
modules/hardware/manifests/raid/dell.pp

index 277fa2d..b1f5fb2 100644 (file)
@@ -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': }
 }