projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c364b2e
)
fix typo
author
Peter Palfrader
<peter@palfrader.org>
Sun, 28 Feb 2010 19:33:02 +0000
(20:33 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 28 Feb 2010 19:33:02 +0000
(20:33 +0100)
facts/raidarray.rb
patch
|
blob
|
history
diff --git
a/facts/raidarray.rb
b/facts/raidarray.rb
index
592f006
..
997bf14
100644
(file)
--- a/
facts/raidarray.rb
+++ b/
facts/raidarray.rb
@@
-27,7
+27,7
@@
end
Facter.add("mptraid") do
setcode do
- FileTest.exist?("/dev/mptctl") or FileTest.exist?("/dev/mpt
9
") or FileTest.exist?("/proc/mpt/summary")
+ FileTest.exist?("/dev/mptctl") or FileTest.exist?("/dev/mpt
0
") or FileTest.exist?("/proc/mpt/summary")
end
end