Sha256: 806aac171956ad453a74df933397b319d2e4673d7456dbe870ab5dbcf8b13f44

Contents?: true

Size: 203 Bytes

Versions: 8

Compression:

Stored size: 203 Bytes

Contents

module VagrantPlugins
  module GuestLinux
    class Guest < Vagrant.plugin("2", :guest)
      def detect?(machine)
        machine.communicate.test("uname -s | grep 'Linux'")
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/linux/guest.rb
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/linux/guest.rb
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/linux/guest.rb
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/linux/guest.rb
vagrant-unbundled-1.8.5.2 plugins/guests/linux/guest.rb
vagrant-unbundled-1.8.5.1 plugins/guests/linux/guest.rb
vagrant-unbundled-1.8.4.2 plugins/guests/linux/guest.rb
vagrant-unbundled-1.8.4.1 plugins/guests/linux/guest.rb