Sha256: 898082acce530ebe00bd7d52814a69601de86bd96bbc763718f3d5928992c497

Contents?: true

Size: 212 Bytes

Versions: 69

Compression:

Stored size: 212 Bytes

Contents

module VagrantPlugins
  module GuestGentoo
    class Guest < Vagrant.plugin("2", :guest)
      def detect?(machine)
        machine.communicate.test("grep Gentoo /etc/gentoo-release")
      end
    end
  end
end

Version data entries

69 entries across 62 versions & 9 rubygems

Version Path
vagrant-unbundled-1.8.1.2 plugins/guests/gentoo/guest.rb
vagrant-unbundled-1.8.1.1 plugins/guests/gentoo/guest.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-1cf2a8db4ccb/plugins/guests/gentoo/guest.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-b421af58e8b3/plugins/guests/gentoo/guest.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-309e896975d1/plugins/guests/gentoo/guest.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/guests/gentoo/guest.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/bundler/gems/vagrant-1e28f1ac31e7/plugins/guests/gentoo/guest.rb
tnargav-1.3.6 plugins/guests/gentoo/guest.rb
tnargav-1.3.3 plugins/guests/gentoo/guest.rb