true and false shouldn't be strings
This commit is contained in:
parent
747da24243
commit
842da8d62b
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ Facter.add("mysql_exists") do
|
|||
|
||||
setcode do
|
||||
mysqlexists = system "which mysql > /dev/null 2>&1"
|
||||
($?.exitstatus == 0).to_s
|
||||
($?.exitstatus == 0)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue