Skip to content

Commit

Permalink
use centos box (default) for vagrant destroy workaround IQSS#4384
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Dec 21, 2017
1 parent e91a10d commit 0d7b226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.define "standalone", primary: true do |standalone|
config.vm.hostname = "standalone"
# Uncomment this temporarily to get `vagrant destroy` to work
#standalone.vm.box = "puppet-vagrant-boxes.puppetlabs.com-debian-73-x64-virtualbox-puppet.box"
#standalone.vm.box = "puppetlabs/centos-7.2-64-puppet"

operating_system = "centos"
if ENV['OPERATING_SYSTEM'].nil?
Expand Down

0 comments on commit 0d7b226

Please sign in to comment.