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
==> default: Error executing puppet module install. Check that this command succeeds:
==> default: puppet module install --version 2.0.1 --target-dir /etc/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/puppetlabs-concat/2.0.1 --module_repository https://forgeapi.puppetlabs.com --modulepath /etc/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/puppetlabs-concat/2.0.1 --module_working_dir /etc/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/puppetlabs-concat/2.0.1 --ignore-dependencies puppetlabs-concat
==> default: Error:
==> default: Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
==> default: (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
==> default: Error: Could not install 'puppetlabs-concat' (v2.0.1)
==> default: No releases matching '2.0.1' are available from https://forgeapi.puppetlabs.com
The problem is that puppetlabs-concat reverted to a 1.x.x build and deleted the 2.x.x builds, but pulling from the forge still tries to grab the 2.0.1 build.
The text was updated successfully, but these errors were encountered:
This dependency is causing puppet to fail:
The problem is that
puppetlabs-concat
reverted to a1.x.x
build and deleted the2.x.x
builds, but pulling from the forge still tries to grab the2.0.1
build.The text was updated successfully, but these errors were encountered: