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
I'm no expert in puppet nor git issues. Please be kind with my issue and me.
Affected versions
vshn/puppet-gitlab 1.15.1
puppetlabs/apt 4.1.0
Puppet 4.10.5
Ubuntu 16.04 LTS
How to reproduce
puppet module install vshn-gitlab 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:
'vshn-gitlab' (v1.15.1) requires 'puppetlabs-apt' (>=2.1.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.
The text was updated successfully, but these errors were encountered:
General apology
I'm no expert in puppet nor git issues. Please be kind with my issue and me.
Affected versions
How to reproduce
puppet module install vshn-gitlab
when current version ofpuppetlabs-apt
is installed, orpuppet module list --verbose
when modules are installed by--force
.What am i seeing?
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.The text was updated successfully, but these errors were encountered: