sgnl05 / sgnl05-sssd

Puppet module for SSSD
https://forge.puppet.com/sgnl05/sssd
GNU General Public License v3.0
17 stars 76 forks source link

Cannot install sgnl05-sssd with current puppetlabs-stdlib #113

Open vbinet opened 3 years ago

vbinet commented 3 years ago

stdlib is at the version 6.4.0 and your dependencies require (>= 5.2.0 < 6.0.0).

puppet module install --target-dir /etc/puppetlabs/code/modules/ sgnl05-sssd

Notice: Preparing to install into /etc/puppetlabs/code/modules ... Notice: Downloading from https://forgeapi.puppet.com ... Error: Could not install module 'sgnl05-sssd' (???) No version of 'sgnl05-sssd' can satisfy all dependencies Use puppet module install --ignore-dependencies to install only this module

After installing with --ignore-dependencies, your modules seems to work just fine. Please update your dependencies. Thank you.

mat1010 commented 3 years ago

@ghoneycutt Will there be a release of the latest, fixed, version at some point? I just saw that you've merged #110

Thanks in advance.

realvinx commented 2 years ago

@ghoneycutt @sgnl05 Can you fix this on forge.puppet.com please, as it seems already fixed in https://github.com/sgnl05/sgnl05-sssd/pull/110 ?