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

[RFC] Shall deprecated modules be treated specially? #12

Open
andrekeller opened this issue Jan 9, 2017 · 2 comments
Open

[RFC] Shall deprecated modules be treated specially? #12

andrekeller opened this issue Jan 9, 2017 · 2 comments
Labels

Comments

@andrekeller
Copy link
Member

When a puppet module on puppetforge is deprecated, the maintainer does so by setting version 999.999.999. crmngr will happily update to this version (i.e. when updating to latest availabel version).

This seems a bit counter-intuitive. How should we go forward here?

  1. Keep the current behaviour -> no special treatment
  2. Let the user specify 999.999.999 as version, but issue a warning
  3. Pick the second to last version and issue a warning that the module is deprecated, manually specifying 999.999.999 is not possible
  4. Just pick the second to last version without warning, manually specifying 999.999.999 is not possible.

I personally think option 3 is the most intuitive variant. Any opinions @tobru ?

@tobru
Copy link
Member

tobru commented Jan 12, 2017

Go for 3!

@vanElden
Copy link

I vote 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants