From b089a582437d34468cebecb2c95772eb064711f3 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 17 Oct 2022 15:53:29 -0400 Subject: [PATCH] use registry_host instead of manager --- salt/idh/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/idh/init.sls b/salt/idh/init.sls index c7b369445..1d0d640f4 100644 --- a/salt/idh/init.sls +++ b/salt/idh/init.sls @@ -62,7 +62,7 @@ opencanary_config: so-idh: docker_container.running: - - image: {{ GLOBALS.manager }}:5000/{{ GLOBALS.image_repo }}/so-idh:{{ GLOBALS.so_version }} + - image: {{ GLOBALS.registry_host }}:5000/{{ GLOBALS.image_repo }}/so-idh:{{ GLOBALS.so_version }} - name: so-idh - detach: True - network_mode: host