Skip to content

Commit c101100

Browse files
committed
Remove private ip address
1 parent 458524f commit c101100

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Vagrantfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ VAGRANTFILE_API_VERSION = "2"
66

77
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
88
config.vm.box = "chef/centos-6.5"
9-
config.vm.network "private_network", ip: "192.168.33.24"
109
config.cache.scope = :box if Vagrant.has_plugin? 'vagrant-cachier'
1110
end

0 commit comments

Comments
 (0)