Project

General

Profile

Download (123 Bytes) Statistics
| Branch: | Tag: | Revision:
Facter.add("rvm_installed") do
rvm_binary = "/usr/local/rvm/bin/rvm"

setcode do
File.exists? rvm_binary
end
end
(1-1/2)