s/ries/FTPHOSTS/
[mirror/dsa-puppet.git] / facts / raidarray.rb
index 592f006..997bf14 100644 (file)
@@ -27,7 +27,7 @@ end
 
 Facter.add("mptraid") do
        setcode do
-               FileTest.exist?("/dev/mptctl") or FileTest.exist?("/dev/mpt9") or FileTest.exist?("/proc/mpt/summary")
+               FileTest.exist?("/dev/mptctl") or FileTest.exist?("/dev/mpt0") or FileTest.exist?("/proc/mpt/summary")
        end
 end