Sha256: 6c7d6687dea4afdf5290120c254b226299dd26c4a8825bb7838a9164894c8aca
Contents?: true
Size: 342 Bytes
Versions: 7
Compression:
Stored size: 342 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 | grep SunOS") end end end end
Version data entries
7 entries across 7 versions & 3 rubygems