Sha256: 0145392b1c193b20661f1e6f2c742b1a62381afbf2737b18094e3ffe468a387f
Contents?: true
Size: 221 Bytes
Versions: 1
Compression:
Stored size: 221 Bytes
Contents
require "vagrant/util/platform" module VagrantPlugins module HostDarwin class Host < Vagrant.plugin("2", :host) def detect?(env) Vagrant::Util::Platform.darwin? end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cloudstack-1.2.0 | vendor/bundle/bundler/gems/vagrant-c84e05fd063f/plugins/hosts/darwin/host.rb |