-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Align documentation for duplicate repository #131
Comments
It's not particularly clear what to do when faced with this situation... |
IIRC you're supposed to declare the Yumrepo as a a "virtual resource" and then There's some information about it in the docs, but I don't have any experience of actually using it in production: https://docs.puppet.com/puppet/4.10/lang_virtual.html#declaring-a-virtual-resource |
I had the same issue on Debian. A work around could be to disable it in one class. |
I've tried disabling it on one of the packages and got unexpected behavior each time for the package I disabled it for (for example import_schema failed on icingweb2 because the schema file was not where the puppet class expected it to be) Would really appreciate an example of a single host icinga2 and icingaweb2 setup. |
|
Thanks @rgevaert , this does start icinga2 and icingaweb2 on the same host without giving me the error I was getting. It still doesn't config icingaweb2 to use icinga2 as a backend and I can't find an example for that in the docs but that's sidetracking the issue a bit. |
I was just trying to use the icinga2 and icingaweb2 module on the same host. It failed with "Duplicate declaration: Yumrepo[icinga-stable-release]", as this is already defined.
This is correct, but maybe you should add a little note about this in the docs.
The text was updated successfully, but these errors were encountered: