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/c3508099
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c3508099
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c3508099

Branch: refs/heads/3.3.x
Commit: c3508099e928cfc64bfb329fb0498cfe9ba4eabc
Parents: 4423f0b
Author: James Peach <jpe...@apache.org>
Authored: Thu Apr 4 11:43:08 2013 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Apr 15 14:45:44 2013 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c3508099/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|

Reply via email to