]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Adding repo files for centos 8
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 16 Jun 2020 15:05:56 +0000 (17:05 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 16 Jun 2020 15:05:56 +0000 (17:05 +0200)
files/repos-centos8/icinga.repo [new file with mode: 0644]
files/repos-centos8/pixelpark.repo [new file with mode: 0644]
files/repos-centos8/prometheus.repo [new file with mode: 0644]
files/repos-centos8/puppet.repo [new file with mode: 0644]

diff --git a/files/repos-centos8/icinga.repo b/files/repos-centos8/icinga.repo
new file mode 100644 (file)
index 0000000..2af9c6d
--- /dev/null
@@ -0,0 +1,8 @@
+[icinga]
+name=ICINGA (stable release for epel)
+baseurl=https://repo01.pixelpark.com/Linux/yum/icinga
+enabled=1
+gpgcheck=1
+gpgkey=https://repo01.pixelpark.com/gpg/icinga2.gpg
+
+# vim: filetype=dosini
diff --git a/files/repos-centos8/pixelpark.repo b/files/repos-centos8/pixelpark.repo
new file mode 100644 (file)
index 0000000..3a3dc15
--- /dev/null
@@ -0,0 +1,8 @@
+[pixelpark]
+name=pixelpark
+baseurl=https://repo01.pixelpark.com/Linux/yum/pixelpark/$releasever
+enabled=0
+gpgcheck=1
+gpgkey=https://repo01.pixelpark.com/gpg/pixelpark.gpg
+
+# vim: filetype=dosini
diff --git a/files/repos-centos8/prometheus.repo b/files/repos-centos8/prometheus.repo
new file mode 100644 (file)
index 0000000..9833200
--- /dev/null
@@ -0,0 +1,8 @@
+[prometheus]
+name=Prometheus Lest Repo
+baseurl=https://repo01.pixelpark.com/Linux/yum/prometheus/
+enabled=1
+gpgcheck=1
+gpgkey=https://repo01.pixelpark.com/gpg/prometheus.gpg
+
+# vim: filetype=dosini
diff --git a/files/repos-centos8/puppet.repo b/files/repos-centos8/puppet.repo
new file mode 100644 (file)
index 0000000..47cf315
--- /dev/null
@@ -0,0 +1,8 @@
+[puppet]
+name=Puppet Repository el $releasever - $basearch
+baseurl=https://repo01.pixelpark.com/Linux/yum/puppetlabs/puppet5/el/$releasever/$basearch
+enabled=1
+gpgcheck=1
+gpgkey=https://repo01.pixelpark.com/Linux/yum/puppetlabs/RPM-GPG-KEY-puppetlabs
+
+# vim: filetype=dosini