-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix yum/rpm repo URL for Amazon Linux 2023
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
icinga_repo_yum_stable_url: "https://packages.icinga.com/subscription/amazon/al2/release/" | ||
icinga_repo_yum_stable_description: "ICINGA (stable release for al2)" | ||
icinga_repo_yum_testing_url: "https://packages.icinga.com/subscription/amazon/al2/testing/" | ||
icinga_repo_yum_testing_description: "ICINGA (testing release for al2)" | ||
icinga_repo_yum_snapshot_url: "https://packages.icinga.com/subscription/amazon/al2/snapshot/" | ||
icinga_repo_yum_snapshot_description: "ICINGA (snapshot release for al2)" | ||
icinga_repo_yum_stable_url: "https://packages.icinga.com/subscription/amazon/al$releasever/release/" | ||
icinga_repo_yum_stable_description: "ICINGA (stable release for al{{ ansible_distribution_major_version }})" | ||
icinga_repo_yum_testing_url: "https://packages.icinga.com/subscription/amazon/al$releasever/testing/" | ||
icinga_repo_yum_testing_description: "ICINGA (testing release for al{{ ansible_distribution_major_version }})" | ||
icinga_repo_yum_snapshot_url: "https://packages.icinga.com/subscription/amazon/al$releasever/snapshot/" | ||
icinga_repo_yum_snapshot_description: "ICINGA (snapshot release al{{ ansible_distribution_major_version }})" |