Provides the has_dellperc
fact used to determine if a system has a Dell PERC
RAID controller installed.
if $facts['has_dellperc'] {
notice("Dude, you're getting a Dell... rebranded LSI RAID controller.")
}
Provides the has_dellperc
fact used to determine if a system has a Dell PERC
RAID controller installed.
if $facts['has_dellperc'] {
notice("Dude, you're getting a Dell... rebranded LSI RAID controller.")
}