Sha256: 3a6d8571d5a706620bc58f250150aa70738f5939fd9e20fefada4d25060739e4
Contents?: true
Size: 485 Bytes
Versions: 13
Compression:
Stored size: 485 Bytes
Contents
module VagrantPlugins module GuestFedora module Cap class NetworkScriptsDir # The path to the directory with the network configuration scripts. # This is pulled out into its own directory since there are other # operating systems (SuSE) which behave similarly but with a different # path to the network scripts. def self.network_scripts_dir(machine) "/etc/sysconfig/network-scripts" end end end end end
Version data entries
13 entries across 13 versions & 4 rubygems