Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for plain tarballs #567

Closed
dannytrigo opened this issue Feb 8, 2016 · 5 comments · Fixed by #1244
Closed

Support for plain tarballs #567

dannytrigo opened this issue Feb 8, 2016 · 5 comments · Fixed by #1244

Comments

@dannytrigo
Copy link

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 a tarball is a standard packaging format for modules (puppet module build). Is there a reason for it not already existing, or it simply needs implementing?

@Cinderhaze
Copy link

I would love for support like this, as well as potentially support for s3 based urls

@rnelson0
Copy link
Contributor

@dannytrigo I am not sure it is encouraged, but doubt it would be frowned upon as an option. If it is implemented well - including tests and docs - I am pretty sure it could be merged.

My concern as a user is how much of an impact that would have on deployment times and how it would verify authenticity (esp with a high likelyhood of self-signed certs with https).

@scotje
Copy link
Contributor

scotje commented Oct 19, 2016

@dannytrigo How would you want to determine whether or not the module needed to be updated/redeployed? Theoretically it could just redeploy every time r10k deploys the environment, but that seems pretty inefficient. We could also just require a certain format to the tarball URL that includes a version number, or have a separate key to declare the desired version.

@Cinderhaze
Copy link

I know that in our usecase, having an http mirror of forge tarballs, requiring the tar file to have the version in it is enough.

@github-actions
Copy link

This issue has been marked stale because it has had no activity for 60 days. The Puppet Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days.

@github-actions github-actions bot added the stale label May 11, 2021
@reidmv reidmv mentioned this issue Jun 29, 2021
@reidmv reidmv mentioned this issue Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants