Skip to content

Commit

Permalink
get vagrant destroy working again IQSS#4384
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Dec 21, 2017
1 parent f20b173 commit 8232cbb
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 @@ -8,7 +8,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

config.vm.define "standalone", primary: true do |standalone|
config.vm.hostname = "standalone"
#standalone.vm.box = "puppet-vagrant-boxes.puppetlabs.com-centos-65-x64-virtualbox-puppet.box"
standalone.vm.box = "puppet-vagrant-boxes.puppetlabs.com-debian-73-x64-virtualbox-puppet.box"

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

0 comments on commit 8232cbb

Please sign in to comment.