README.markdown in vagrant-auto_network-0.1.0 vs README.markdown in vagrant-auto_network-0.2.0
- old
+ new
@@ -24,18 +24,17 @@
Vagrant.configure('2') do |config|
config.vm.define 'first' do |node|
node.vm.box = "centos-5-i386"
node.vm.extend AutoNetwork::Mixin
- node.vm.auto_network!
+ node.vm.network :private_network, :auto_network => true
end
config.vm.define 'second' do |node|
node.vm.box = "centos-5-i386"
- node.vm.extend AutoNetwork::Mixin
- node.vm.auto_network!
+ node.vm.network :private_network, :auto_network => true
end
end
Installation
------------
@@ -52,10 +51,10 @@
AutoNetwork.default_pool = '172.16.0.0/12'
Contact
-------
- * Source code: https://github.com/adrienthebo/vagrant-auto\_network
- * Issue tracker: https://github.com/adrienthebo/vagrant-auto\_network/issues
+ * [Source code](https://github.com/adrienthebo/vagrant-auto_network)
+ * [Issue tracker](https://github.com/adrienthebo/vagrant-auto_network/issues)
If you have questions or concerns about this module, contact finch on Freenode,
or email adrien@puppetlabs.com.