You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/04/15 23:20:05 UTC

[36/50] git commit: Turn the vagrant file back into actual ruby

Turn the vagrant file back into actual ruby


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

Branch: refs/heads/3.3.x
Commit: ce58be869902b40480203883b802e0ffee4f41d8
Parents: 6eb467c
Author: James Peach <jp...@apache.org>
Authored: Thu Apr 4 11:43:08 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu Apr 4 11:43:08 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ce58be86/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index f98f415..babfca6 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -15,13 +15,13 @@
 #  limitations under the License.
 
 $network = {
-  raring64: "192.168.100.1",
-  quantal4: "192.168.100.2",
-  precise64:"192.168.100.3",
-  lucid64:  "192.168.100.4",
-  centos63: "192.168.100.5",
-  freebsd:  "192.168.100.6",
-  omnios:   "192.168.100.7",
+  "raring64"  => "192.168.100.1",
+  "quantal64" => "192.168.100.2",
+  "precise64" => "192.168.100.3",
+  "lucid64"   => "192.168.100.4",
+  "centos63"  => "192.168.100.5",
+  "freebsd"   => "192.168.100.6",
+  "omnios"    => "192.168.100.7",
 }
 
 Vagrant.configure("2") do |config|