-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing by puppet module install, the dependencies are broken. #6
Comments
Please run |
puppet module list --environment devops_testing/etc/puppetlabs/code/environments/devops_testing/modules |
Please review the module dependency documentation and try installing them into your devops_testing environment first. Then try to install the cisecurity module. |
Had the same issue on my end. Walking through each individual dependency it appears to be caused by warrenpnz-aide though I couldn't tell you why. Trying to install warrenpnz-aide directly gets the same dependency error and even setting --ignore-dependencies fails. |
As an aside, the dependency from cisecurity to aide wants version 0.4.0->1.0.0 but the only versions of aide on the forge are 1.0.3 and 1.0.4 |
I also had this issue but I edited the metadata.json file of the aide module and altered the version to 0.9.9 which maybe not the best solution. |
root@puppet:/etc/puppetlabs/code/environments/devops_testing/modules# puppet module install cohdjn-cisecurity --version 0.7.1 --environment devops_testing
Notice: Preparing to install into /etc/puppetlabs/code/environments/devops_testing/modules ...
Notice: Downloading from https://forgeapi.puppet.com ...
Error: Could not install module 'cohdjn-cisecurity' (???)
No version of 'cohdjn-cisecurity' can satisfy all dependencies
Use
puppet module install --ignore-dependencies
to install only this moduleThe text was updated successfully, but these errors were encountered: