Sha256: fb1c4c2462a81c4728c782c78b97b42703b052ced917797ebf7363aa6730117e

Contents?: true

Size: 230 Bytes

Versions: 8

Compression:

Stored size: 230 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module GuestDebian
    class Guest < Vagrant.plugin("2", :guest)
      def detect?(machine)
        machine.communicate.test("cat /etc/issue | grep 'Debian'")
      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/debian/guest.rb
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/debian/guest.rb
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/debian/guest.rb
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/debian/guest.rb
vagrant-unbundled-1.8.5.2 plugins/guests/debian/guest.rb
vagrant-unbundled-1.8.5.1 plugins/guests/debian/guest.rb
vagrant-unbundled-1.8.4.2 plugins/guests/debian/guest.rb
vagrant-unbundled-1.8.4.1 plugins/guests/debian/guest.rb