Sha256: a6a0cdb48dc3ddc53f9d107d98706d8d7950928c8837435c0515367fcec9b9c6
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
# A general Vagrant system implementation for "solaris 11". # # Contributed by Jan Thomas Moldung <janth@moldung.no> require "vagrant" module VagrantPlugins module GuestSolaris11 class Guest < Vagrant.plugin("2", :guest) def detect?(machine) machine.communicate.test('[ "$(uname -s)" = "SunOS" ]') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-guests-solaris11-0.0.1a | lib/vagrant-guests-solaris11/guest.rb |