Sha256: dd82d3230eb9442385d2e01b7a1250d807c9693b6bb46d0dfab1afbad0b00579

Contents?: true

Size: 227 Bytes

Versions: 31

Compression:

Stored size: 227 Bytes

Contents

module VagrantPlugins
  module GuestPhoton
    class Guest < Vagrant.plugin("2", :guest)
      def detect?(machine)
        machine.communicate.test("cat /etc/photon-release | grep 'VMware Photon'")
      end
    end
  end
end

Version data entries

31 entries across 27 versions & 4 rubygems

Version Path
vagrant-unbundled-2.2.0.0 plugins/guests/photon/guest.rb
vagrant-unbundled-2.1.4.0 plugins/guests/photon/guest.rb
vagrant-unbundled-2.1.2.0 plugins/guests/photon/guest.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/photon/guest.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/photon/guest.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/photon/guest.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/photon/guest.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/photon/guest.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/photon/guest.rb
vagrant-unbundled-2.1.1.0 plugins/guests/photon/guest.rb
vagrant-unbundled-2.0.4.0 plugins/guests/photon/guest.rb