diff --git a/roles/pdc/backend/templates/pdcupdater.py b/roles/pdc/backend/templates/pdcupdater.py index 983c169bf6..82a7c6f200 100644 --- a/roles/pdc/backend/templates/pdcupdater.py +++ b/roles/pdc/backend/templates/pdcupdater.py @@ -75,6 +75,11 @@ config = { ##'pdcupdater.handlers.pkgdb:NewPackageBranchHandler', ##'pdcupdater.handlers.rpms:NewRPMHandler', ##'pdcupdater.handlers.persons:NewPersonHandler', + + {% if env == 'staging' %} + # For MBS https://fedoraproject.org/wiki/Changes/ModuleBuildService + 'pdcupdater.handlers.modules:ModuleStateChangeHandler', + {% endif %} ], 'logging': dict(