You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: