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

Upgrade on non-enterprise puppet fails with missing pe_license feature #316

Closed
d33psky opened this issue Oct 12, 2021 · 1 comment
Closed

Comments

@d33psky
Copy link

d33psky commented Oct 12, 2021

puppet module upgrade saz-ssh --version 8.0.0 --modulepath modules --verbose --debug
...
Error: Could not upgrade module 'saz-ssh' (v2.9.1 -> v8.0.0)
No version of 'saz-ssh' can satisfy all dependencies
Use puppet module upgrade --ignore-dependencies to upgrade only this module

Using --debug shows that it tries to download pe_license library :
Debug: Failed to load library 'pe_license' for feature 'pe_license': cannot load such file -- pe_license

@saz
Copy link
Owner

saz commented Mar 21, 2022

There's no version of this module supporting all (versioned) dependencies on your installation.
E.g. stdlib is set to an older version than this module requires in version 8.0.0

Not really much I can do about, as this is something happening as soon as you're using a few modules.

@saz saz closed this as completed Mar 21, 2022
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

2 participants