From 31cc39dfcf8cda3665af4882798545e40633cc9a Mon Sep 17 00:00:00 2001 From: debianpepper Date: Sun, 23 Jun 2024 16:48:58 +0900 Subject: [PATCH] Updated to add profiles to loaded Signed-off-by: debianpepper --- python_modules/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python_modules/conf.py b/python_modules/conf.py index 80a11db5..935e6896 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -37,7 +37,8 @@ shared_setup_loaded_cmds = ('inflate_bubble.set_fusato_structure', 'infra.icons_themes', 'infra.shared_files', 'infra.set_symlinks', - 'infra.boostrap_shared' + 'infra.boostrap_shared', + 'infra.add_web_profile' ) shared_setup_server_cmds = ('inflate_bubble.set_fusato_server_installer_structure',