Skip to content
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

Open
2hat-erlon opened this issue Apr 9, 2018 · 6 comments

Comments

@2hat-erlon
Copy link

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 module

@2hat-erlon 2hat-erlon changed the title When installing by puppet module, the dependencies are broken. When installing by puppet module install, the dependencies are broken. Apr 9, 2018
@cohdjn
Copy link
Owner

cohdjn commented Apr 10, 2018

Please run puppet module list and put the output here.

@2hat-erlon
Copy link
Author

puppet module list --environment devops_testing

/etc/puppetlabs/code/environments/devops_testing/modules
├── kemra102-auditd (v2.2.0)
├── puppetlabs-concat (v4.2.1)
└── puppetlabs-stdlib (v4.25.1)
/etc/puppetlabs/code/modules (no modules installed)
/opt/puppetlabs/puppet/modules
└── shamil-zabbix_reports (v0.3.0)

@cohdjn
Copy link
Owner

cohdjn commented Apr 11, 2018

Please review the module dependency documentation and try installing them into your devops_testing environment first. Then try to install the cisecurity module.

@zappy-shu
Copy link

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.

@zappy-shu
Copy link

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

@mpsspsnl
Copy link

mpsspsnl commented May 4, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants