mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
11 lines
208 B
Ruby
11 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
|