You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/03/28 19:20:46 UTC

[2/2] git commit: Fix centos vagrant box

Fix centos vagrant box


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e1e83f87
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e1e83f87
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e1e83f87

Branch: refs/heads/master
Commit: e1e83f874fcfed6f40eecdc65eaf3ea11b00a36c
Parents: 5774cc4
Author: James Peach <jp...@apache.org>
Authored: Thu Mar 28 11:20:05 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu Mar 28 11:20:05 2013 -0700

----------------------------------------------------------------------
 Vagrantfile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e1e83f87/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index ab57463..8c7c755 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -55,7 +55,7 @@ Vagrant.configure("2") do |config|
 
   config.vm.define :centos63 do |config|
     config.vm.box = "centos63"
-    config.vm.network :hostonly, "192.168.100.8"
+    config.vm.network :private_network, ip: "192.168.100.8"
     config.vm.box_url = "https://dl.dropbox.com/u/7225008/Vagrant/CentOS-6.3-x86_64-minimal.box"
     config.vm.provision :puppet do |puppet|
       puppet.manifests_path = "contrib/manifests"