Skip to content

Commit

Permalink
Data for icinga_repo #72
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Feb 15, 2023
1 parent 234278a commit 83c0370
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/icinga_repo/default.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
icinga_repo::settings:
upstream_repo: true
git_source: https://github.com/Icinga/icinga2
13 changes: 13 additions & 0 deletions data/icinga_repo/hiera.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
:hierarchy:
- "%{title}/%{repo}/osfamily/%{osfamily}"
- "%{title}/%{repo}/default"
- "%{title}/upstream/operatingsystem/%{operatingsystem}%{operatingsystemmajrelease}"
- "%{title}/upstream/operatingsystem/%{operatingsystem}"
- "%{title}/upstream/osfamily/%{osfamily}%{operatingsystemmajrelease}"
- "%{title}/upstream/osfamily/%{osfamily}"
- "%{title}/upstream/default"
- "%{title}/osfamily/%{osfamily}"
- "%{title}/default"
- "default/%{operatingsystem}"
- default
5 changes: 5 additions & 0 deletions data/icinga_repo/upstream/default.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
icinga_repo::settings:
repo_filename: icinga
repo_description: 'Icinga repository'
key_url: https://packages.icinga.com/icinga.key
4 changes: 4 additions & 0 deletions data/icinga_repo/upstream/operatingsystem/Ubuntu.ya
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
icinga_repo::settings:
repo_url: 'https://packages.icinga.com/ubuntu'

5 changes: 5 additions & 0 deletions data/icinga_repo/upstream/osfamily/Debian.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
icinga_repo::settings:
repo_url: 'https://packages.icinga.com/debian'
apt_repos: 'main'
apt_release: 'stable'
4 changes: 4 additions & 0 deletions data/icinga_repo/upstream/osfamily/RedHat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
icinga_repo::settings:
repo_file_url: 'https://packages.icinga.com/centos/ICINGA-release.repo'

0 comments on commit 83c0370

Please sign in to comment.