0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-28 02:57:50 +01:00

Set correct api_service for SmartOS

On SmartOS the salt-api daemon is started by the salt:api service.
This commit is contained in:
Jorge Schrauwen 2017-12-23 22:23:53 +01:00 committed by GitHub
parent 31e2d95203
commit 71e08ab599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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': {