From e26039e920618a5db013a52afa4da4458b759a59 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 15 Jan 2023 17:46:16 +0100 Subject: Re-order minion profile Signed-off-by: Georg Pfuetzenreuter --- salt/profile/salt/minion.sls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'salt/profile') diff --git a/salt/profile/salt/minion.sls b/salt/profile/salt/minion.sls index 32fb272..f55bb97 100644 --- a/salt/profile/salt/minion.sls +++ b/salt/profile/salt/minion.sls @@ -1,7 +1,3 @@ -include: - - salt.minion - - .grains - /etc/salt/minion.d/master.conf: file.managed: - contents: @@ -10,3 +6,7 @@ include: - service: salt-minion - watch_in: - service: salt-minion + +include: + - .grains + - salt.minion -- cgit v1.2.3