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
Since the https://forge.puppet.com/puppetlabs/docker seems to be the more popular and supported option (garethr hasn’t seen an update in a while) and both modules seem really similarly setup should probably use the puppetlabs one. Or maybe both for backwards compatibility. The syntax is suspiciously similar for both modules. I’m trying to see if I’m fact puppetlabs used garethr as a base or if they took it over. I don’t know yet.
The text was updated successfully, but these errors were encountered:
It doesn't really depend on specifically the garethr-docker module, it just depends on a docker module existing on your basemodulepath.
You can install either, and it will work as intended. As long as you have a docker class on the basemodulepath (with the right supported params) this module will compile. For example, I currently install hackerhappyhour-docker instead of puppetlabs-docker.
We do need to update the docs on this though to reference the new official upstream.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Right now the ci runner install depends on gaether docker. Maybe should consider using the module provided by puppetlabs https://forge.puppet.com/puppetlabs/docker
What are you seeing
Using garethr/docker
What behaviour did you expect instead
Use https://forge.puppet.com/puppetlabs/docker
Output log
Any additional information you'd like to impart
Since the https://forge.puppet.com/puppetlabs/docker seems to be the more popular and supported option (garethr hasn’t seen an update in a while) and both modules seem really similarly setup should probably use the puppetlabs one. Or maybe both for backwards compatibility. The syntax is suspiciously similar for both modules. I’m trying to see if I’m fact puppetlabs used garethr as a base or if they took it over. I don’t know yet.
The text was updated successfully, but these errors were encountered: