From c014015e79ed48862873a2f496a2ed5cbd49cc37 Mon Sep 17 00:00:00 2001 From: "Matthew X. Economou" Date: Sun, 2 Aug 2015 21:17:36 -0400 Subject: [PATCH] Configure the salt-api service to start at boot time --- salt/api.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/api.sls b/salt/api.sls index 812f243..a10081f 100644 --- a/salt/api.sls +++ b/salt/api.sls @@ -9,6 +9,7 @@ salt-api: - name: {{ salt_settings.salt_api }} {% endif %} service.running: + - enable: True - name: {{ salt_settings.api_service }} - require: - service: {{ salt_settings.master_service }}