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

puppet-redis requires outdated puppetlabs-apt module #232

Closed
llauren opened this issue Aug 8, 2017 · 1 comment
Closed

puppet-redis requires outdated puppetlabs-apt module #232

llauren opened this issue Aug 8, 2017 · 1 comment

Comments

@llauren
Copy link

llauren commented Aug 8, 2017

General apology

I'm no expert in puppet nor git issues. Please be kind with my issue and me. Thank you.

Affected versions

  • arioch/puppet-redis 3.1.0
  • puppetlabs/apt 4.1.0
  • Puppet 4.10.5
  • Ubuntu 16.04 LTS

How to reproduce

puppet module install arioch-redis when current version of puppetlabs-apt is installed, or

puppet module list --verbose when modules are installed by --force.

What am i seeing?

$ puppet module list --verbose
Warning: Module 'puppetlabs-apt' (v4.1.0) fails to meet some dependencies:
  'arioch-redis' (v3.1.0) requires 'puppetlabs-apt' (>=2.3.0 <3.0.0)
...

Expected behaviour

A clean install.

Suggest solution

Bump required maximum version of puppetlabs-apt to <5.0.0. Unfortunately i don't have the competency to actually tell whether there is code that isn't 4.x-compliant.

@petems
Copy link
Member

petems commented Sep 12, 2017

Fixed by #237

@petems petems closed this as completed Sep 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants