rodjek / librarian-puppet

http://librarian-puppet.com
MIT License
693 stars 209 forks source link

Support for plain tarballs #335

Open dannytrigo opened 8 years ago

dannytrigo commented 8 years ago

I would like to support downloading Puppet module tarballs from plain HTTP URLs, not just from Puppet Forge. For example: mod "mymodule", :tarball => "http://puppetrepo/me-mymodule-1.0.13.tar.gz"

I find it strange that this doesn't already exist when it is already possible to download tarballs from github. Is there a reason for it not already existing, or it simply needs implementing?