acceptance/skeletons/pe_build/Vagrantfile in vagrant-pe_build-0.12.0 vs acceptance/skeletons/pe_build/Vagrantfile in vagrant-pe_build-0.13.0
- old
+ new
@@ -6,10 +6,10 @@
end
Vagrant.configure('2') do |config|
config.pe_build.download_root = ENV['PE_BUILD_DOWNLOAD_ROOT']
# This is the box name used by the setup helpers in the acceptance tests.
- config.vm.box = 'box'
+ config.vm.box = 'centos'
config.vm.define 'pe-3x' do |node|
node.vm.hostname = 'pe-3x.pe-bootstrap.vlan'
# All-in-one master nodes need a generous amount of RAM for all the Java.
set_resources node, 4096, 1