Mask openipmi service on dell hosts
[mirror/dsa-puppet.git] / 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': }
 }