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

12 lines
209 B
Ruby
Raw Normal View History

2013-04-04 19:09:40 +00:00
module VagrantPlugins
module GuestPld
module Cap
class NetworkScriptsDir
def self.network_scripts_dir(machine)
"/etc/sysconfig/interfaces"
end
end
end
end
end