We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458524f commit c101100Copy full SHA for c101100
1 file changed
Vagrantfile
@@ -6,6 +6,5 @@ VAGRANTFILE_API_VERSION = "2"
6
7
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
8
config.vm.box = "chef/centos-6.5"
9
- config.vm.network "private_network", ip: "192.168.33.24"
10
config.cache.scope = :box if Vagrant.has_plugin? 'vagrant-cachier'
11
end
0 commit comments