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

Allow puppetlabs-concat 8 #1553

Closed
hadmut opened this issue May 26, 2023 · 2 comments
Closed

Allow puppetlabs-concat 8 #1553

hadmut opened this issue May 26, 2023 · 2 comments

Comments

@hadmut
Copy link

hadmut commented May 26, 2023

  • Puppet: 7
  • Ruby: none
  • Distribution: ubuntu 20.04
  • Module version: 4.4.0

Since puppet labs do not maintain their docker image anymore, I started to create my own puppet server docker image with Ubuntu 20.04 and the original puppetlabs packages (they do not fully support 22.04).

I noticed that I cannot install the module puppet-nginx with taking latest modules (without explicitely selecting older versions):

Error: Could not install module 'puppet-nginx' (v4.4.0)
The requested version cannot satisfy one or more of the following installed modules:
puppetlabs-concat, installed: 8.0.1, expected: >= 4.1.0 < 8.0.0

So puppet-nginx cannot be installed with the current latest modules.

The question is: would puppet-nginx be working with concat 8.0.1, or would it be necessary to intentionally install an older version of puppetlabs-concat?

regards

@kenyon
Copy link
Member

kenyon commented May 26, 2023

It likely works fine with newer puppetlabs-concat. Create a pull request increasing the version boundary, and if the tests all pass, then it's good.

@kenyon kenyon changed the title Dependency problem Allow puppetlabs-concat 8 May 26, 2023
@kenyon
Copy link
Member

kenyon commented Aug 26, 2023

Done in #1558.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants