Sha256: b0740dd5aff5164eabb57173f93d9cfc3543bd534db655a4e242e3be2977d16c
Contents?: true
Size: 360 Bytes
Versions: 4
Compression:
Stored size: 360 Bytes
Contents
require 'auto_network/pool' module AutoNetwork # Extension to vagrant VM configuration to automatically configure an # internal network. module Mixin def auto_network! puts "AutoNetwork::Mixin is deprecated, use config.vm.network :private_network, :auto_network => true" network :private_network, :auto_network => true end end end
Version data entries
4 entries across 4 versions & 1 rubygems