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:
53fd081
)
yet another suhosin path
author
Stephen Gran
<steve@lobefin.net>
Fri, 5 Feb 2010 19:26:48 +0000
(19:26 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Fri, 5 Feb 2010 19:26:48 +0000
(19:26 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
facts/software.rb
patch
|
blob
|
history
diff --git
a/facts/software.rb
b/facts/software.rb
index
f8887a1
..
156d133
100644
(file)
--- a/
facts/software.rb
+++ b/
facts/software.rb
@@
-63,6
+63,7
@@
Facter.add("php5") do
end
Facter.add("php5suhosin") do
setcode do
- FileTest.exist?("/usr/lib/php5/20060613/suhosin.so")
+ FileTest.exist?("/usr/lib/php5/20060613/suhosin.so") or
+ FileTest.exist?("/usr/lib/php5/20060613+lfs/suhosin.so")
end
end