Skip to content

Commit

Permalink
Add deployment OS profile for Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed Apr 13, 2024
1 parent 43fb91c commit eebd6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Web/Modules/OSProfileConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit eebd6c3

Please sign in to comment.