You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would actually break installation, if you are not on the same Service Pack, than what we are linking to. E.g. 12.2 installed on system, and 12.3 is current symlink.
Please change the line to use: (with escaped $ in Puppet)
SUSE Enterprise Linux uses Service Packs to release major updates for its base distribution.
While be built packages for the current supported releases, these releases are not compatible under each other.
Some changes between for example
12.2
und12.3
are so major, that icinga2 packages need to be rebuilt explicitly for the target releases.Now the module here uses a symlink we want to remove from the repository:
https://github.com/Icinga/puppet-icinga2/blob/87f1be2188926e481aafc14df0c03fd02c67c724/manifests/repo.pp#L94
This results in this URL to be used:
This would actually break installation, if you are not on the same Service Pack, than what we are linking to. E.g. 12.2 installed on system, and 12.3 is current symlink.
Please change the line to use: (with escaped $ in Puppet)
This is also used in: https://packages.icinga.com/SUSE/ICINGA-release.repo
The text was updated successfully, but these errors were encountered: