-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Discussion on migrating remote_file module to voxpupuli #187
Comments
Has the |
@bastelfreak The main utility it currently provides beyond what is available in Puppet's Compared to archive, its pros are clearer user experience and readability of Puppet code for the target use case (which is not archive files), and a rough optional |
To tack on with what reid said, the file resource still isn’t Quite full featured. For example it has issues downloading github releases from github.com and I’ve run into problems elsewhere like downloading signed urls from google and azure cloud. The archive module does handle a lot of file downloading functionality ( unfortunately archive is turning into a Swiss Army knife ) so there is overlap. this remote_file module has cross platform types and providers and in my eyes would be a great opportunity to deprecate something like the “download” file module under vox which would be a win in regards to quality and cross-platform functionality |
This is an old issue by now. As part of a triage we're going through them. Is this still relevant or can we close it? |
I didn't know about this proposal to migrate remote_file when I replaced remote_file with archive in voxpupuli/puppet-ca_cert#69, so I'd say we might as well just use the archive module instead. |
Hey Guys,
I ran into this amazing module and noticed @reidmv reached out the to maintainer who is no longer actively working on this module. He suggested transferring ownership to voxpupuli so this approved module which is cross-platform and built with types and providers ( which also has 1 million downloads ) doesn't die. It also does some advanced things like automatically creating file resources and embedding them in the catalog during compilation.
https://forge.puppet.com/lwf/remote_file
While we already have a "download_file" module ( which isn't cross platform ) and the archive module ( which just does alot ). I would like to get some feedback about the fate of this module.
Thanks
The text was updated successfully, but these errors were encountered: