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

librarian-puppet ignoring pinned puppetlabs-apt version #41

Open
juniorsysadmin opened this issue Apr 10, 2017 · 0 comments
Open

librarian-puppet ignoring pinned puppetlabs-apt version #41

juniorsysadmin opened this issue Apr 10, 2017 · 0 comments

Comments

@juniorsysadmin
Copy link
Member

With the following Puppetfile, librarian-puppet attempts to fetch the latest puppetlabs-apt version, and fails due to puppetlabs-stdlib 4.13.0 conflicting with 4.6.0

mod 'puppetlabs/stdlib',
  :git => 'https://github.com/puppetlabs/puppetlabs-stdlib.git',
  :ref => '4.6.0'
mod 'puppetlabs/puppetlabs-apt',
  :git => 'https://github.com/puppetlabs/puppetlabs-apt.git',
  :ref => '2.3.0'
mod 'ploperations/puppetlabs_apt',
    :git => 'https://github.com/puppetlabs-operations/puppet-puppetlabs_apt',
:ref => '028f2626668b1c69192d4813a301eb0fbce18d6c'

At first I thought the cause may have been triggered by unpinned version ranges in metadata.json, but this seems not be the case. Also, I have only seen this issue triggered so far with puppetlabs-apt

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

1 participant