Sha256: e29c685b086920a01afdec7368a94c49b9e844ad43c94670f50074a2c263a35f
Contents?: true
Size: 436 Bytes
Versions: 13
Compression:
Stored size: 436 Bytes
Contents
require 'vagrant/util/template_renderer' module VagrantPlugins module GuestDarwin # A general Vagrant system implementation for OS X (ie. "Darwin"). # # Contributed by: - Brian Johnson <b2jrock@gmail.com> # - Tim Sutton <tim@synthist.net> class Guest < Vagrant.plugin("2", :guest) def detect?(machine) machine.communicate.test("uname -s | grep 'Darwin'") end end end end
Version data entries
13 entries across 10 versions & 5 rubygems