On 21/02/17 10:11, [email protected] wrote: > Hi, > > sounds logical. It still doesn't install > > output: > > root@puppet:/etc/puppetlabs/code/environments/production/modules# puppet > module install puppetlabs-concat --verbose --debug > Debug: Runtime environment: puppet_version=4.9.2, ruby_version=2.1.9, > run_mode=user, default_encoding=UTF-8 > Notice: Preparing to install into > /etc/puppetlabs/code/environments/production/modules ... > Notice: Downloading from https://forgeapi.puppet.com ... > Debug: HTTP GET > https://forgeapi.puppet.com/v3/releases?module=puppetlabs-concat > Debug: Evicting cache entry for environment 'production' > Debug: Caching environment 'production' (ttl = 0 sec) > Debug: Failed to load library 'pe_license' for feature 'pe_license' > Debug: HTTP GET > https://forgeapi.puppet.com/v3/releases?module=puppetlabs-stdlib > Debug: Failed to load library 'pe_license' for feature 'pe_license' > Debug: HTTP GET > https://forgeapi.puppet.com/v3/releases?module=puppetlabs-stdlib&limit=20&offset=20 > Debug: Failed to load library 'pe_license' for feature 'pe_license' > Debug: HTTP GET > https://forgeapi.puppet.com/v3/releases?module=puppetlabs-stdlib&limit=20&offset=40 > Debug: Failed to load library 'pe_license' for feature 'pe_license' > Info: Resolving dependencies ... > Error: Could not install module 'puppetlabs-concat' (???) > No version of 'puppetlabs-concat' can satisfy all dependencies > Use `puppet module install --ignore-dependencies` to install only > this module
There may be another module in the environment whose metadata.json is restricting which combinations of concat/stdlib can be installed - either deliberately or due to a mistake in the dependency spec. I'd suggest checking any other modules very carefully, and/or try installing into a minimal environment with the --environment or -i arguments. -- Dominic Cleal [email protected] -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/74ca95b2-bf68-cdee-4497-cca3b084bc76%40cleal.org. For more options, visit https://groups.google.com/d/optout.
