Skip to content

Commit

Permalink
Add deployment OS profile for Ubuntu 24.04 Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed Apr 13, 2024
1 parent a00ce33 commit 43fb91c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Web/Modules/OSProfileConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ class OSProfileConfig extends ConfigFileModule
'Ubuntu 20.04 Focal' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ focal main',
'Ubuntu 22.04 Jammy' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ jammy main',
'Ubuntu 23.04 Lunar' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ lunar main',
'Ubuntu 23.10 Mantic' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ mantic main'
'Ubuntu 23.10 Mantic' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ mantic main',
'Ubuntu 24.04 Noble' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ noble main'
]
];

Expand Down

0 comments on commit 43fb91c

Please sign in to comment.