Sha256: 3ee4fdab5ba2c3ad2e5bb2e303a524d23097f5b5d3dee9b0b80cfd7ca0032db0

Contents?: true

Size: 236 Bytes

Versions: 5

Compression:

Stored size: 236 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module GuestAtomic
    class Guest < Vagrant.plugin("2", :guest)
      def detect?(machine)
        machine.communicate.test("grep 'ostree=.*atomic' /proc/cmdline")
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
vagrant-unbundled-2.3.6.0 plugins/guests/atomic/guest.rb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/plugins/guests/atomic/guest.rb
vagrant-unbundled-2.3.3.0 plugins/guests/atomic/guest.rb
vagrant-unbundled-2.3.2.0 plugins/guests/atomic/guest.rb
vagrant-unbundled-2.2.19.0 plugins/guests/atomic/guest.rb