Class: VagrantPlugins::GuestOmniOS::Guest
- Inherits:
-
Object
- Object
- VagrantPlugins::GuestOmniOS::Guest
- Defined in:
- lib/vagrant-guest-omnios/guest.rb
Instance Method Summary collapse
Instance Method Details
#detect?(machine) ⇒ Boolean
6 7 8 |
# File 'lib/vagrant-guest-omnios/guest.rb', line 6 def detect?(machine) machine.communicate.test("cat /etc/release | grep -i OmniOS") end |