Skip to content

Commit

Permalink
fix #69 Add example for using the Icinga Subscription Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jan 27, 2023
1 parent 68e23a8 commit 68fb0db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,20 @@ icinga::repos:
ensure: absent
```

#### Configure Icinga subscription repositories

For some time now, access to current RPM packages on Icinga has required a paid [subscription](https://icinga.com/subscription). Unfortunately, using older package versions for an Icinga server is not provided for in this project.

A subscription is required, it is configured as follows, e.g. in hiera:

```bash
---
icinga::repos:
icinga-stable-release:
baseurl: 'https://packages.icinga.com/subscription/rhel/$releasever/release/'
username: <username>
password: <password>
```

#### Installing from Non-Upstream Repositories

Expand Down

0 comments on commit 68fb0db

Please sign in to comment.