]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Adding repos for EL9
authorFrank Brehm <frank@brehm-online.com>
Thu, 30 Jun 2022 12:22:38 +0000 (14:22 +0200)
committerFrank Brehm <frank@brehm-online.com>
Thu, 30 Jun 2022 12:22:38 +0000 (14:22 +0200)
files/repos-el9/pixelpark.repo [new file with mode: 0644]
files/repos-el9/puppet.repo [new file with mode: 0644]

diff --git a/files/repos-el9/pixelpark.repo b/files/repos-el9/pixelpark.repo
new file mode 100644 (file)
index 0000000..f8a5e6d
--- /dev/null
@@ -0,0 +1,8 @@
+[pixelpark]
+name=pixelpark
+baseurl=https://repo02.pixelpark.com/Linux/yum/pixelpark/$releasever
+enabled=1
+gpgcheck=1
+gpgkey=https://repo02.pixelpark.com/gpg/pixelpark.gpg
+
+# vim: filetype=dosini
diff --git a/files/repos-el9/puppet.repo b/files/repos-el9/puppet.repo
new file mode 100644 (file)
index 0000000..74adcb6
--- /dev/null
@@ -0,0 +1,9 @@
+# Puppet.repo
+[puppet]
+name=Puppet Repository el 9 - $basearch
+baseurl=https://repo02.pixelpark.com/Linux/yum/puppetlabs/puppet7/el/9/$basearch
+gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-puppet-20250406
+enabled=1
+gpgcheck=1
+
+# vim: filetype=dosini