Class: VagrantPlugins::GuestClearLinux::Guest

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-guests-clearlinux/guest.rb

Instance Method Summary collapse

Instance Method Details

#detect?(machine) ⇒ Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/vagrant-guests-clearlinux/guest.rb', line 8

def detect?(machine)
  machine.communicate.test("cat /usr/lib/os-release | grep 'ID_LIKE=clear-linux-os'")
end