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

metadata.json has old dependencies #166

Closed
jflorian opened this issue Oct 20, 2021 · 1 comment · Fixed by #167
Closed

metadata.json has old dependencies #166

jflorian opened this issue Oct 20, 2021 · 1 comment · Fixed by #167

Comments

@jflorian
Copy link
Contributor

When my r10k push happens, I get some warnings:

<snip>
remote: Notice: Generating Puppet resource types.
remote: Notice: No files were generated because all inputs were up-to-date.
remote: Warning: Module 'puppetlabs-concat' (v6.3.0) fails to meet some dependencies:
remote:   'zleslie-bacula' (v5.8.0) requires 'puppetlabs-concat' (>= 1.0.0 < 5.0.0)
remote: Warning: Module 'puppetlabs-postgresql' (v7.5.0) fails to meet some dependencies:
remote:   'zleslie-bacula' (v5.8.0) requires 'puppetlabs-postgresql' (>= 4.1.0 < 6.0.0)
remote: Warning: Module 'puppetlabs-stdlib' (v6.5.0) fails to meet some dependencies:
remote:   'zleslie-bacula' (v5.8.0) requires 'puppetlabs-stdlib' (>= 4.25.1 < 6.0.0)
<snip>

I am running without any apparent issues using puppetlabs-concat v6.3.0, puppetlabs-postgresql v7.5.0, and puppetlabs-stdlib v6.5.0. I know that r10k doesn't treat these as hard deps and hence just the warning. Can we update the metadata.json here to quiet these warnings for the latest versions of these deps?

@smortex
Copy link
Member

smortex commented Oct 20, 2021

Good catch, I opened #167 to address this!

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.

2 participants