Skip to content
Permalink
Browse files

use centos box (default) for `vagrant destroy` workaround IQSS#4384

  • Loading branch information...
pdurbin committed Dec 21, 2017
1 parent e91a10d commit 0d7b22688e197068ef1a127865beaaeeb3622472
Showing with 1 addition and 1 deletion.
  1. +1 −1 Vagrantfile
@@ -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?

0 comments on commit 0d7b226

Please sign in to comment.
You can’t perform that action at this time.