From a646c1123f3d0121ce52d9b951c69e79bd7faf7f Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Fri, 3 Jan 2020 21:31:40 +0000 Subject: [PATCH] fix typo --- salt/tcpreplay/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/tcpreplay/init.sls b/salt/tcpreplay/init.sls index a6cc62c32..3050b97f5 100644 --- a/salt/tcpreplay/init.sls +++ b/salt/tcpreplay/init.sls @@ -7,7 +7,7 @@ so-tcpreplayimage: so-tcpreplay: docker_container.running: - require: - - so-tcpreplay + - so-tcpreplayimage - network_mode: "host" - image: docker.io/soshybridhunter/so-tcpreplay:HH1.1.4 - name: so-tcpreplay