vagrant/plugins/guests/alt/cap/network_scripts_dir.rb

12 lines
192 B
Ruby

module VagrantPlugins
module GuestALT
module Cap
class NetworkScriptsDir
def self.network_scripts_dir(machine)
"/etc/net"
end
end
end
end
end