From eeb6c3128b591a1faf104a18e8a416758b8a7647 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 8 Sep 2020 17:27:13 -0400 Subject: [PATCH] add salt.master state to manager nodes --- salt/top.sls | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/salt/top.sls b/salt/top.sls index d5277cafb..fbd48d8d5 100644 --- a/salt/top.sls +++ b/salt/top.sls @@ -28,9 +28,10 @@ base: - common - patch.os.schedule - motd - + '*_helix and G@saltversion:{{saltversion}}': - match: compound + - salt.master - ca - ssl - common @@ -72,6 +73,7 @@ base: '*_eval and G@saltversion:{{saltversion}}': - match: compound + - salt.master - ca - ssl - common @@ -129,6 +131,7 @@ base: '*_manager and G@saltversion:{{saltversion}}': - match: compound + - salt.master - ca - ssl - common @@ -175,6 +178,7 @@ base: '*_standalone and G@saltversion:{{saltversion}}': - match: compound + - salt.master - ca - ssl - common @@ -299,6 +303,7 @@ base: '*_managersearch and G@saltversion:{{saltversion}}': - match: compound + - salt.master - ca - ssl - common @@ -389,6 +394,7 @@ base: '*_import and G@saltversion:{{saltversion}}': - match: compound + - salt.master - ca - ssl - common