diff --git a/brewtils/plugin.py b/brewtils/plugin.py index eb385c26..87e51a92 100644 --- a/brewtils/plugin.py +++ b/brewtils/plugin.py @@ -382,7 +382,7 @@ def _hook(exc_type, exc_value, traceback): def get_system_dependency(self, require, timeout=300): wait_time = 0.1 while timeout > 0: - system = self._ez_client.find_unique_system(name=require) + system = self._ez_client.find_unique_system(name=require, local=True) if ( system and system.instances