-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependency issues with apt repository
This is needed as there is currently no dependency between the icinga2 packages and Class['apt::update']. This can lead to problems where the package is installed before apt knowns of the repository. It also removes the anchor usage of the icinga2::repo class and moves the dependency management to icinga::repo itself. This is needed as other modules might also add apt repositories and require Class['apt::update']. When using the anchor pattern this breaks as it introduces a dependency cycle.
- Loading branch information
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters