vaguerent/plugins/guests/pld/cap/network_scripts_dir.rb
2013-04-04 12:09:40 -07:00

12 lines
209 B
Ruby

module VagrantPlugins
module GuestPld
module Cap
class NetworkScriptsDir
def self.network_scripts_dir(machine)
"/etc/sysconfig/interfaces"
end
end
end
end
end