Skip to content

Commit

Permalink
5.0.0 not available for older Fedora versions
Browse files Browse the repository at this point in the history
  • Loading branch information
petems committed Jul 11, 2017
1 parent d2a9381 commit 8edc910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/acceptance/virtualbox/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Vagrant.configure('2') do |config|
trusty_361.vm.provision 'shell', inline: 'puppet --version'
end

config.vm.define :fedora_23 do |fedora_23|
fedora_23.vm.box = "fedora/23-cloud-base"
config.vm.define :fedora_23 do |fedora_25|
fedora_23.vm.box = "fedora/25-cloud-base"
fedora_23.puppet_install.puppet_version = :latest

fedora_23.vm.provision :puppet do |puppet|
Expand Down

0 comments on commit 8edc910

Please sign in to comment.