Sha256: 331c58c2540ef2268bd4493da50679eb21ddf37185ddd4679c311682d6e6b8d0

Contents?: true

Size: 459 Bytes

Versions: 13

Compression:

Stored size: 459 Bytes

Contents

require "vagrant"

require Vagrant.source_root.join("plugins/hosts/linux/host")

module VagrantPlugins
  module HostGentoo
    class Host < VagrantPlugins::HostLinux::Host
      def self.match?
        return File.exists?("/etc/gentoo-release")
      end

      # Normal, mid-range precedence.
      def self.precedence
        5
      end

      def initialize(*args)
        super

        @nfs_server_binary = "/etc/init.d/nfs"
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 5 rubygems

Version Path
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/plugins/hosts/gentoo/host.rb
tnargav-1.2.3 plugins/hosts/gentoo/host.rb
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/plugins/hosts/gentoo/host.rb
vagrant-shell-0.2.6 vendor/bundle/gems/tnargav-1.2.2/plugins/hosts/gentoo/host.rb
vagrant-shell-0.2.5 vendor/bundle/gems/tnargav-1.2.2/plugins/hosts/gentoo/host.rb
tnargav-1.2.2 plugins/hosts/gentoo/host.rb
vagrantup-1.1.3 plugins/hosts/gentoo/host.rb
vagrantup-1.1.2 plugins/hosts/gentoo/host.rb
vagrantup-1.1.1 plugins/hosts/gentoo/host.rb
vagrantup-1.1.0 plugins/hosts/gentoo/host.rb
vagrantup-1.1.4 plugins/hosts/gentoo/host.rb
vagrant-actionio-0.0.9 vendor/bundle/bundler/gems/vagrant-c74251a1d9c0/plugins/hosts/gentoo/host.rb
vagrant-lxc-0.0.1 vendor/vagrant/plugins/hosts/gentoo/host.rb