diff --git a/sysinv/sysinv/sysinv/sysinv/conductor/manager.py b/sysinv/sysinv/sysinv/sysinv/conductor/manager.py index 3d47d2f968..c1283c27cb 100644 --- a/sysinv/sysinv/sysinv/sysinv/conductor/manager.py +++ b/sysinv/sysinv/sysinv/sysinv/conductor/manager.py @@ -9562,7 +9562,7 @@ class ConductorManager(service.PeriodicService): config_dict = { "personalities": personalities, - "classes": self.PUPPET_RUNTIME_CLASS_USERS, + "classes": [self.PUPPET_RUNTIME_CLASS_USERS], puppet_common.REPORT_STATUS_CFG: puppet_common.REPORT_USER_CONFIG, }