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
Install breaks with newer version of apt module. The below look a bit weird as we install from .tar.gz packages with --ignore-dependencies (and not always in order).
root@citest:/home/htj# puppet module install /var/cache/cosmos/model/puppet-modules/puppetlabs-apt-4.1.0.tar.gzNotice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ...
Notice: Downloading from https://forgeapi.puppet.com ...
Error: Could not install module 'puppetlabs-apt' (???)
No version of 'puppetlabs-apt' can satisfy all dependencies
Use puppet module install --ignore-dependencies to install only this module
The text was updated successfully, but these errors were encountered:
Install breaks with newer version of apt module. The below look a bit weird as we install from .tar.gz packages with --ignore-dependencies (and not always in order).
root@citest:/home/htj# puppet module install /var/cache/cosmos/model/puppet-modules/puppetlabs-apt-4.1.0.tar.gzNotice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ...
Notice: Downloading from https://forgeapi.puppet.com ...
Error: Could not install module 'puppetlabs-apt' (???)
No version of 'puppetlabs-apt' can satisfy all dependencies
Use
puppet module install --ignore-dependencies
to install only this moduleThe text was updated successfully, but these errors were encountered: