stdlib module invalid

919 views
Skip to first unread message

Ugo Bellavance

unread,
Jul 20, 2017, 9:11:25 PM7/20/17
to Puppet Users
Hi,

I wonder why, on all my puppet servers, I always get an "invalid" message besides stdlib.

# puppet module list
Warning: Module 'puppetlabs-stdlib' (v4.17.1) fails to meet some dependencies:
  'zend-zendserver' (v0.2.0) requires 'puppetlabs-stdlib' (v4.3.2)
/etc/puppetlabs/code/environments/production/modules
├── puppetlabs-apt (v1.6.0)
└── puppetlabs-stdlib (v4.17.1)  invalid
/etc/puppetlabs/code/modules
└── zend-zendserver (v0.2.0)

Anyone has an idea why?

Thanks,

Rob Nelson

unread,
Jul 21, 2017, 12:11:30 AM7/21/17
to puppet...@googlegroups.com
It is possible that zendserver may specifically request 4.3.2, rather then >=4.3.2, which means 4.17.1 is an invalid version for dependencies. You can check metadata.json in zendserver to see what specifically it says.

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/b68d7e0b-a900-411d-8877-f5cc28d594a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Rob Nelson

Ugo Bellavance

unread,
Jul 24, 2017, 9:08:08 AM7/24/17
to Puppet Users
Definitely...


Thanks a lot, I submitted a PR.  Sorry for the noise, but now I understand the role of metadata.json better.
Reply all
Reply to author
Forward
0 new messages