Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
petems committed Jan 21, 2016
2 parents a004cd0 + 6e03a63 commit 06b69c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/vagrant-puppet-install/action/install_puppet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ def find_install_script
end

def default_install_url
if windows_guest?
if @machine.config.puppet_install.puppet_version.nil?
nil
elsif windows_guest?
# No Windows Version yet
else
if ( @machine.config.puppet_install.puppet_version == 'latest' || @machine.config.puppet_install.puppet_version.match(/^4\..+/) )
Expand Down

0 comments on commit 06b69c2

Please sign in to comment.