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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: