From 71e08ab5999fc3ebdc52914bc4e1c7f6f68de0bd Mon Sep 17 00:00:00 2001 From: Jorge Schrauwen Date: Sat, 23 Dec 2017 22:23:53 +0100 Subject: [PATCH] Set correct api_service for SmartOS On SmartOS the salt-api daemon is started by the salt:api service. --- salt/map.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/map.jinja b/salt/map.jinja index 583201e..5c48df8 100644 --- a/salt/map.jinja +++ b/salt/map.jinja @@ -190,6 +190,7 @@ that differ from whats in defaults.yaml 'salt_ssh': 'salt', 'minion_service': 'salt:minion', 'master_service': 'salt:master', + 'api_service': 'salt:api', 'python_dulwich': 'py27-dulwich', 'gitfs': { 'dulwich': {