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

Version Path
tamtam-vagrant-reload-1.1.3 vendor/cache/vagrant-0ac2a8738841/plugins/guests/fedora/cap/network_scripts_dir.rb
tamtam-vagrant-reload-1.1.2 vendor/cache/vagrant-0ac2a8738841/plugins/guests/fedora/cap/network_scripts_dir.rb
tamtam-vagrant-reload-1.1.1 vendor/cache/vagrant-0ac2a8738841/plugins/guests/fedora/cap/network_scripts_dir.rb
tamtam-vagrant-reload-1.1 vendor/cache/vagrant-0ac2a8738841/plugins/guests/fedora/cap/network_scripts_dir.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/bundler/gems/vagrant-1e28f1ac31e7/plugins/guests/fedora/cap/network_scripts_dir.rb
tnargav-1.3.6 plugins/guests/fedora/cap/network_scripts_dir.rb
tnargav-1.3.3 plugins/guests/fedora/cap/network_scripts_dir.rb
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/plugins/guests/fedora/cap/network_scripts_dir.rb
tnargav-1.2.3 plugins/guests/fedora/cap/network_scripts_dir.rb
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/plugins/guests/fedora/cap/network_scripts_dir.rb
vagrant-shell-0.2.6 vendor/bundle/gems/tnargav-1.2.2/plugins/guests/fedora/cap/network_scripts_dir.rb
vagrant-shell-0.2.5 vendor/bundle/gems/tnargav-1.2.2/plugins/guests/fedora/cap/network_scripts_dir.rb
tnargav-1.2.2 plugins/guests/fedora/cap/network_scripts_dir.rb