Skip to content

Commit

Permalink
Add some CentOS Vagrant images for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Jan 27, 2016
1 parent 982b191 commit 3ac6c0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ EOS
machine.vm.box = 'chef/fedora-20'
end

config.vm.define 'centos-6-x86_64' do |machine|
machine.vm.box = 'bento/centos-6.7'
end

config.vm.define 'centos-5-x86_64' do |machine|
machine.vm.box = 'bento/centos-5.11'
end

config.vm.synced_folder ".", "/vagrant", type: 'nfs', id: 'vagrant-root'

end

0 comments on commit 3ac6c0a

Please sign in to comment.