We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to install puppet-icinga2 6.0.0 (latest) together with puppet-icingaweb2 5.0.0 (latest).
❯ mktemp -d /tmp/tmp.Hand4YfqVs ❯ cd /tmp/tmp.Hand4YfqVs ❯ mkdir modules ❯ puppet module --modulepath modules install puppet-icingaweb2 --version 5.0.0 Notice: Preparing to install into /tmp/tmp.Hand4YfqVs/modules ... Notice: Downloading from https://forgeapi.puppet.com ... Notice: Installing -- do not interrupt ... /tmp/tmp.Hand4YfqVs/modules └─┬ puppet-icingaweb2 (v5.0.0) ├─┬ puppet-icinga (v6.0.0) │ ├── puppet-zypprepo (v5.0.0) │ └── puppetlabs-apt (v9.4.0) ├─┬ puppet-systemd (v7.1.0) │ └── puppetlabs-inifile (v6.1.1) ├── puppetlabs-concat (v9.0.2) ├── puppetlabs-stdlib (v9.6.0) └── puppetlabs-vcsrepo (v6.1.0) ❯ puppet module --modulepath modules install puppet-icinga2 --version 6.0.0 Notice: Preparing to install into /tmp/tmp.Hand4YfqVs/modules ... Notice: Downloading from https://forgeapi.puppet.com ... Error: Could not install module 'puppet-icinga2' (v6.0.0) Dependency 'icinga-icinga' (v4.2.1) would overwrite /tmp/tmp.Hand4YfqVs/modules/icinga Currently, 'puppet-icinga' (v6.0.0) is installed to that directory Use `puppet module install --ignore-dependencies` to install only this module
These modules should use the same dependencies.
The text was updated successfully, but these errors were encountered:
Thx for your report.
Sorry, something went wrong.
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
I am unable to install puppet-icinga2 6.0.0 (latest) together with puppet-icingaweb2 5.0.0 (latest).
What are you seeing
What behaviour did you expect instead
These modules should use the same dependencies.
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: