Merge "Fix blacklist on multipath.conf"
This commit is contained in:
commit
ee660ccd16
@ -1,8 +1,5 @@
|
||||
class platform::multipath::params (
|
||||
$enabled = $::osfamily ? {
|
||||
'Debian' => false,
|
||||
default => true,
|
||||
},
|
||||
$enabled = true,
|
||||
) {
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@ defaults {
|
||||
|
||||
blacklist {
|
||||
device {
|
||||
vendor "*"
|
||||
vendor ".*"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user