Sha256: 91019c098987edf3b94b5becb66c9f1c8aa17565e4d869862eee5e686b8d9364
Contents?: true
Size: 485 Bytes
Versions: 20
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
20 entries across 17 versions & 4 rubygems