Skip to content
Snippets Groups Projects
Commit 828e641e authored by Austin Seipp's avatar Austin Seipp
Browse files

vagrant: move files around

parent ad785f69
No related branches found
No related tags found
No related merge requests found
...@@ -4,27 +4,27 @@ ...@@ -4,27 +4,27 @@
MACHINES = MACHINES =
{ "ubuntu1204-i386" => { "ubuntu1204-i386" =>
{ :box => "chef/ubuntu-12.04-i386", { :box => "chef/ubuntu-12.04-i386",
:provision => "vagrant/bootstrap-deb.sh" :provision => "utils/vagrant/bootstrap-deb.sh"
}, },
"ubuntu1204-amd64" => "ubuntu1204-amd64" =>
{ :box => "chef/ubuntu-12.04", { :box => "chef/ubuntu-12.04",
:provision => "vagrant/bootstrap-deb.sh" :provision => "utils/vagrant/bootstrap-deb.sh"
}, },
"centos65-i386" => "centos65-i386" =>
{ :box => "chef/centos-6.5-i386", { :box => "chef/centos-6.5-i386",
:provision => "vagrant/bootstrap-rhel.sh" :provision => "utils/vagrant/bootstrap-rhel.sh"
}, },
"centos65-amd64" => "centos65-amd64" =>
{ :box => "chef/centos-6.5", { :box => "chef/centos-6.5",
:provision => "vagrant/bootstrap-rhel.sh" :provision => "utils/vagrant/bootstrap-rhel.sh"
}, },
"debian74-i386" => "debian74-i386" =>
{ :box => "chef/debian-7.4-i386", { :box => "chef/debian-7.4-i386",
:provision => "vagrant/bootstrap-deb.sh" :provision => "utils/vagrant/bootstrap-deb.sh"
}, },
"debian74-amd64" => "debian74-amd64" =>
{ :box => "chef/debian-7.4", { :box => "chef/debian-7.4",
:provision => "vagrant/bootstrap-deb.sh" :provision => "utils/vagrant/bootstrap-deb.sh"
} }
} }
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment