Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #126 from boxen/use-boxen-download-url-base
Browse files Browse the repository at this point in the history
Use boxen_download_url_base for binaries
  • Loading branch information
dgoodlad committed Dec 11, 2014
2 parents fb97e89 + 30fa645 commit 26a6535
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/puppet/provider/ruby/rubybuild.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ def tmp
end

def precompiled_url
base = Facter.value(:boxen_download_url_base) ||
"http://#{Facter.value(:boxen_s3_host)}/#{Facter.value(:boxen_s3_bucket)}"

%W(
http://
#{Facter.value(:boxen_s3_host)}
/
#{Facter.value(:boxen_s3_bucket)}
#{base}
/
rubies
/
Expand Down

0 comments on commit 26a6535

Please sign in to comment.