]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Adding repo files for OEL7
authorFrank Brehm <frank.brehm@pixelpark.com>
Mon, 29 Jun 2020 08:28:25 +0000 (10:28 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 29 Jun 2020 08:28:25 +0000 (10:28 +0200)
files/repos-el7/epel.repo [new file with mode: 0644]
files/repos-el7/icinga.repo [new file with mode: 0644]
files/repos-el7/pixelpark.repo [new file with mode: 0644]
files/repos-el7/prometheus.repo [new file with mode: 0644]
files/repos-el7/puppet.repo [new file with mode: 0644]
files/repos-el7/wazuh.repo [new file with mode: 0644]
files/repos-oel7/ol7_addons.repo [new file with mode: 0644]
files/repos-oel7/ol7_latest.repo [new file with mode: 0644]
files/repos-oel7/ol7_optional_latest.repo [new file with mode: 0644]

diff --git a/files/repos-el7/epel.repo b/files/repos-el7/epel.repo
new file mode 100644 (file)
index 0000000..3eae464
--- /dev/null
@@ -0,0 +1,34 @@
+# EPEL Packages
+
+[epel]
+name=Extra Packages for Enterprise Linux 7 - $basearch
+baseurl=https://repo01.pixelpark.com/Linux/yum/epel/7/$basearch
+failovermethod=priority
+enabled=1
+gpgcheck=1
+gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-7
+repo_gpgcheck=0
+
+[epel-debuginfo]
+name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
+#baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch/debug
+mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch
+failovermethod=priority
+enabled=0
+gpgcheck=1
+gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-7
+repo_gpgcheck=0
+metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch
+
+[epel-source]
+name=Extra Packages for Enterprise Linux 7 - $basearch - Source
+#baseurl=http://download.fedoraproject.org/pub/epel/7/SRPMS
+mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch
+failovermethod=priority
+enabled=0
+gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-7
+gpgcheck=1
+repo_gpgcheck=0
+metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch
+
+# vim: filetype=dosini
diff --git a/files/repos-el7/icinga.repo b/files/repos-el7/icinga.repo
new file mode 100644 (file)
index 0000000..e2185a7
--- /dev/null
@@ -0,0 +1,11 @@
+# Icinga.repo
+#
+
+[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-el7/pixelpark.repo b/files/repos-el7/pixelpark.repo
new file mode 100644 (file)
index 0000000..751911e
--- /dev/null
@@ -0,0 +1,11 @@
+# Pixelpark.repo
+#
+
+[pixelpark]
+name=pixelpark
+baseurl=https://repo01.pixelpark.com/Linux/yum/pixelpark/7
+enabled=1
+gpgcheck=1
+gpgkey=https://repo01.pixelpark.com/gpg/pixelpark.gpg
+
+# vim: filetype=dosini
diff --git a/files/repos-el7/prometheus.repo b/files/repos-el7/prometheus.repo
new file mode 100644 (file)
index 0000000..17a375f
--- /dev/null
@@ -0,0 +1,11 @@
+# Prometheus.repo
+#
+
+[prometheus]
+name=Prometheus Last 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-el7/puppet.repo b/files/repos-el7/puppet.repo
new file mode 100644 (file)
index 0000000..0394956
--- /dev/null
@@ -0,0 +1,11 @@
+# Puppet.repo
+#
+
+[puppet]
+name=Puppet Repository el $releasever - $basearch
+baseurl=https://repo01.pixelpark.com/Linux/yum/puppetlabs/puppet5/el/$releasever/$basearch
+gpgkey=https://repo01.pixelpark.com/Linux/yum/puppetlabs/RPM-GPG-KEY-puppet
+enabled=1
+gpgcheck=1
+
+# vim: filetype=dosini
diff --git a/files/repos-el7/wazuh.repo b/files/repos-el7/wazuh.repo
new file mode 100644 (file)
index 0000000..0cec069
--- /dev/null
@@ -0,0 +1,11 @@
+# Wazuh.repo
+#
+
+[wazuh]
+name=Wazuh repository
+baseurl=https://repo01.pixelpark.com/Linux/yum/wazuh
+enabled=1
+gpgcheck=1
+gpgkey=https://repo01.pixelpark.com/gpg/wazuh.gpg
+
+# vim: filetype=dosini
diff --git a/files/repos-oel7/ol7_addons.repo b/files/repos-oel7/ol7_addons.repo
new file mode 100644 (file)
index 0000000..28376bc
--- /dev/null
@@ -0,0 +1,7 @@
+[ol7_addons]
+name=Oracle Linux $releasever Add ons ($basearch)
+baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_addons/
+enabled=1
+gpgcheck=1
+
+# vim: filetype=dosini
diff --git a/files/repos-oel7/ol7_latest.repo b/files/repos-oel7/ol7_latest.repo
new file mode 100644 (file)
index 0000000..dcf8178
--- /dev/null
@@ -0,0 +1,8 @@
+[ol7_latest]
+name=Oracle Linux $releasever Latest ($basearch)
+baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_latest/
+enabled=1
+gpgcheck=1
+gpgkey=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/RPM-GPG-KEY-oracle
+
+# vim: filetype=dosini
diff --git a/files/repos-oel7/ol7_optional_latest.repo b/files/repos-oel7/ol7_optional_latest.repo
new file mode 100644 (file)
index 0000000..665f7ec
--- /dev/null
@@ -0,0 +1,9 @@
+[ol7_optional_latest]
+name=Oracle Linux $releasever Optional Latest ($basearch)
+baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_optional_latest/
+enabled=1
+gpgcheck=1
+gpgkey=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/RPM-GPG-KEY-oracle
+
+# vim: filetype=dosini
+