Skip to content

Commit

Permalink
vagrant: move files around
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <austin@well-typed.com>
  • Loading branch information
Austin Seipp committed Jul 20, 2014
1 parent ad785f6 commit 828e641
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
MACHINES =
{ "ubuntu1204-i386" =>
{ :box => "chef/ubuntu-12.04-i386",
:provision => "vagrant/bootstrap-deb.sh"
:provision => "utils/vagrant/bootstrap-deb.sh"
},
"ubuntu1204-amd64" =>
{ :box => "chef/ubuntu-12.04",
:provision => "vagrant/bootstrap-deb.sh"
:provision => "utils/vagrant/bootstrap-deb.sh"
},
"centos65-i386" =>
{ :box => "chef/centos-6.5-i386",
:provision => "vagrant/bootstrap-rhel.sh"
:provision => "utils/vagrant/bootstrap-rhel.sh"
},
"centos65-amd64" =>
{ :box => "chef/centos-6.5",
:provision => "vagrant/bootstrap-rhel.sh"
:provision => "utils/vagrant/bootstrap-rhel.sh"
},
"debian74-i386" =>
{ :box => "chef/debian-7.4-i386",
:provision => "vagrant/bootstrap-deb.sh"
:provision => "utils/vagrant/bootstrap-deb.sh"
},
"debian74-amd64" =>
{ :box => "chef/debian-7.4",
:provision => "vagrant/bootstrap-deb.sh"
:provision => "utils/vagrant/bootstrap-deb.sh"
}
}

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 828e641

Please sign in to comment.