Skip to content

Commit 1647ab9

Browse files
committed
Data for icinga_repo #72
1 parent 27fb019 commit 1647ab9

File tree

6 files changed

+35
-0
lines changed

6 files changed

+35
-0
lines changed

data/icinga_repo/default.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
icinga_repo::settings:
3+
upstream_repo: true
4+
git_source: https://github.com/Icinga/icinga2

data/icinga_repo/hiera.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
:hierarchy:
3+
- "%{title}/%{repo}/osfamily/%{osfamily}"
4+
- "%{title}/%{repo}/default"
5+
- "%{title}/upstream/operatingsystem/%{operatingsystem}%{operatingsystemmajrelease}"
6+
- "%{title}/upstream/operatingsystem/%{operatingsystem}"
7+
- "%{title}/upstream/osfamily/%{osfamily}%{operatingsystemmajrelease}"
8+
- "%{title}/upstream/osfamily/%{osfamily}"
9+
- "%{title}/upstream/default"
10+
- "%{title}/osfamily/%{osfamily}"
11+
- "%{title}/default"
12+
- "default/%{operatingsystem}"
13+
- default
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
icinga_repo::settings:
3+
repo_filename: icinga
4+
repo_description: 'Icinga repository'
5+
key_url: https://packages.icinga.com/icinga.key
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
icinga_repo::settings:
3+
repo_url: 'https://packages.icinga.com/ubuntu'
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
icinga_repo::settings:
3+
repo_url: 'https://packages.icinga.com/debian'
4+
apt_repos: 'main'
5+
apt_release: 'stable'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
icinga_repo::settings:
3+
repo_file_url: 'https://packages.icinga.com/centos/ICINGA-release.repo'
4+

0 commit comments

Comments
 (0)