Sha256: 830e76295fba089ed0fa4f81222bf7a3feb44678f16abeacd205f346cc89ee14

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module HostNull
    class Host < Vagrant.plugin("2", :host)
      def detect?(env)
        # This host can only be explicitly chosen.
        false
      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/null/host.rb