Sha256: 4dc508cfc08fcbfbea00ca8b9d85b3a312bfcfc6289b876341c0f063ace6c7a9

Contents?: true

Size: 204 Bytes

Versions: 6

Compression:

Stored size: 204 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/plugins/guests/gentoo/guest.rb
tnargav-1.2.3 plugins/guests/gentoo/guest.rb
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/plugins/guests/gentoo/guest.rb
vagrant-shell-0.2.6 vendor/bundle/gems/tnargav-1.2.2/plugins/guests/gentoo/guest.rb
vagrant-shell-0.2.5 vendor/bundle/gems/tnargav-1.2.2/plugins/guests/gentoo/guest.rb
tnargav-1.2.2 plugins/guests/gentoo/guest.rb