From 09b7af2998964c7325fe3617ce338a6566876f87 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 17 Oct 2022 15:50:48 -0400 Subject: [PATCH] fix typo --- 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 1e7ce1530..c7b369445 100644 --- a/salt/idh/init.sls +++ b/salt/idh/init.sls @@ -62,7 +62,7 @@ opencanary_config: so-idh: docker_container.running: - - image: {{ GLOBALS.manger }}:5000/{{ GLOBALS.image_repo }}/so-idh:{{ GLOBALS.so_version }} + - image: {{ GLOBALS.manager }}:5000/{{ GLOBALS.image_repo }}/so-idh:{{ GLOBALS.so_version }} - name: so-idh - detach: True - network_mode: host