Hi everyone.

I'm not sure if it's a bug or what. Here what puppet module list give me :

├── puppetlabs-apt (v2.4.0)
├── puppetlabs-stdlib (v4.24.0)

but if I try to upgrade puppetlabs-apt they say

Notice: Downloading from https://forgeapi.puppet.com ...
Error: Could not upgrade module 'puppetlabs-apt' (v2.4.0 -> latest)
  There are 7 newer versions
    No combination of dependency upgrades would satisfy all dependencies
    Dependencies will not be automatically upgraded across major versions
    Upgrading one or more of these modules may permit the upgrade to succeed:
    - puppetlabs-stdlib
    Use `puppet module upgrade --force` to upgrade only this module

but puppetlabs-stdlib is already at the last version (just check).

And if I download the puppetlabs-apt and check inside de metadata.json I
find out :

  "dependencies": [
    {
      "name": "puppetlabs/stdlib",
      "version_requirement": ">= 4.16.0 < 5.0.0"
    }
  ],

and as I know 4.24.0 match the version_requirement....

Regards
--
Albert SHIH
xmpp: j...@obspm.fr
Heure local/Local time:
Wed Dec 13 14:21:53 CET 2017

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/20171213132625.GE1516%40io.chezmoi.fr.
For more options, visit https://groups.google.com/d/optout.

Reply via email to