From ea4748a9e5dff94670e034883583f257b0aba14e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 30 May 2024 17:11:50 +0200 Subject: [PATCH] Updating distro information of rhel-9 to RHEL-9.4-x86_64 --- etc/cobbler-distros.d/rhel-9.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/cobbler-distros.d/rhel-9.yaml b/etc/cobbler-distros.d/rhel-9.yaml index 5e49e17..b951828 100644 --- a/etc/cobbler-distros.d/rhel-9.yaml +++ b/etc/cobbler-distros.d/rhel-9.yaml @@ -1,12 +1,12 @@ --- cobbler-distros: rhel-9: - distro: 'RHEL-9.3-x86_64' + distro: 'RHEL-9.4-x86_64' description: 'RedHat Enterprise Linux 9 x86_64' shortname: 'rhel9' is_rhel: true ks_template: 'el9-standard.ks' - ks_repo_url: 'http://${server}/cobbler/distro_mirror/RHEL-9.3' + ks_repo_url: 'http://${server}/cobbler/distro_mirror/RHEL-9.4' repos: [] packages: - 'NetworkManager' -- 2.39.5