From cab973606495258b73c63a37e42dd49f631ba19e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 26 Nov 2018 09:21:12 -0500 Subject: [PATCH] Common Module - Make sure Salt gets enabled --- salt/common/init.sls | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/salt/common/init.sls b/salt/common/init.sls index ff44269fa..df98dc9a8 100644 --- a/salt/common/init.sls +++ b/salt/common/init.sls @@ -61,6 +61,10 @@ docker: service.running: - enable: True +salt-minion: + service.running: + - enable: True + # Drop the correct nginx config based on role nginxconfdir: