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

vcsrepo is outdated - latest 6.x.x, requires < 3.0.0 #525

Closed
azbarcea opened this issue Apr 30, 2020 · 0 comments · Fixed by #526
Closed

vcsrepo is outdated - latest 6.x.x, requires < 3.0.0 #525

azbarcea opened this issue Apr 30, 2020 · 0 comments · Fixed by #526

Comments

@azbarcea
Copy link

azbarcea commented Apr 30, 2020

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 5, 6 (2018.x, 2019.x)
  • Ruby: all
  • Distribution: all
  • Module version: 8.2.0 (latest)

How to reproduce (e.g Puppet code you use)

check metadata.json

What are you seeing

Warning: Module 'puppetlabs-vcsrepo' (v1.2.0) fails to meet some dependencies:
  'puppet-r10k' (v8.2.0) requires 'puppetlabs-vcsrepo' (>= 1.3.1 < 3.0.0)
(...)
$ puppet module list --tree
(...)
├─┬ puppet-r10k (v8.2.0)
│ ├── puppetlabs-ruby (v1.0.1)
│ ├── puppetlabs-vcsrepo (v6.2.0)  invalid
│ └── puppetlabs-git (v0.5.0)

What behaviour did you expect instead

$ puppet module list --tree
(...)
├─┬ puppet-r10k (v8.2.0)
│ ├── puppetlabs-ruby (v1.0.1)
│ ├── puppetlabs-vcsrepo (v6.2.0)
│ └── puppetlabs-git (v0.5.0)

Output log

Any additional information you'd like to impart

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

Successfully merging a pull request may close this issue.

1 participant