From eebd6c3f6812a8dbb27b3424a18a42745347bd06 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Sat, 13 Apr 2024 07:26:03 +0200 Subject: [PATCH] Add deployment OS profile for Fedora 40 --- Web/Modules/OSProfileConfig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/Modules/OSProfileConfig.php b/Web/Modules/OSProfileConfig.php index 51520ea..338ee8f 100644 --- a/Web/Modules/OSProfileConfig.php +++ b/Web/Modules/OSProfileConfig.php @@ -260,6 +260,7 @@ class OSProfileConfig extends ConfigFileModule 'CentOS Stream 9' => self::BACULARIS_REPOSITORY_ADDR . '/stable/centosstream9/', 'Fedora 38' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora38/', 'Fedora 39' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora39/', + 'Fedora 40' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora40/', 'Oracle Linux 8' => self::BACULARIS_REPOSITORY_ADDR . '/stable/oraclelinux8/', 'Oracle Linux 9' => self::BACULARIS_REPOSITORY_ADDR . '/stable/oraclelinux9/', 'Rocky 8' => self::BACULARIS_REPOSITORY_ADDR . '/stable/rocky8/',