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

12 lines
208 B
Ruby

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