Module: VagrantPlugins::ProxyConf::Cap::Linux::SvnProxyConf

Defined in:
lib/vagrant-proxyconf/cap/linux/svn_proxy_conf.rb

Overview

Capability for svn proxy configuration

Class Method Summary collapse

Class Method Details

.svn_proxy_conf(machine) ⇒ String, false

Returns the path to svn or ‘false` if not found.

Returns:

  • (String, false)

    the path to svn or ‘false` if not found



10
11
12
# File 'lib/vagrant-proxyconf/cap/linux/svn_proxy_conf.rb', line 10

def self.svn_proxy_conf(machine)
  Util.which(machine, 'svn')
end