From 15f7fd892074d07827c77d085efc21f17d08f555 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 3 Aug 2022 15:16:12 -0400 Subject: [PATCH] fix the requisite --- salt/salt/minion.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/salt/minion.sls b/salt/salt/minion.sls index fafb6f0f3..fc6546392 100644 --- a/salt/salt/minion.sls +++ b/salt/salt/minion.sls @@ -109,7 +109,7 @@ salt_minion_service: - file: mine_functions {% if INSTALLEDSALTVERSION|string == SALTVERSION|string %} - file: set_log_levels - - file: salt_minion_service_unit_file + - file: salt_minion_service_start_delay {% endif %} - order: last