From 8bb527b4f13ec9d2cfaf10b537225a27963e2568 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Mon, 21 Sep 2020 19:41:39 -0400 Subject: [PATCH] fix docker_clean syntax --- salt/top.sls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/top.sls b/salt/top.sls index a11b9ead2..32c348c0d 100644 --- a/salt/top.sls +++ b/salt/top.sls @@ -136,7 +136,7 @@ base: {%- if DOMAINSTATS != 0 %} - domainstats {%- endif %} - docker_clean + - docker_clean '*_manager and G@saltversion:{{saltversion}}': - match: compound @@ -185,7 +185,7 @@ base: {%- if DOMAINSTATS != 0 %} - domainstats {%- endif %} - docker_clean + - docker_clean '*_standalone and G@saltversion:{{saltversion}}': - match: compound @@ -244,7 +244,7 @@ base: {%- if DOMAINSTATS != 0 %} - domainstats {%- endif %} - docker_clean + - docker_clean # Search node logic @@ -367,7 +367,7 @@ base: {%- if DOMAINSTATS != 0 %} - domainstats {%- endif %} - docker_clean + - docker_clean '*_heavynode and G@saltversion:{{saltversion}}': - match: compound