Allow creating the packages repository for Ubuntu 23.04

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2024-01-25 21:36:36 +00:00 committed by Pedro Algarvio
parent f1ed56c2a5
commit 5176efd7f8

View file

@ -62,6 +62,10 @@ _deb_distro_info = {
"label": "salt_ubuntu2204",
"codename": "jammy",
},
"23.04": {
"label": "salt_ubuntu2304",
"codename": "mantic",
},
},
}