feat(metastate): add metastate per community convention

This commit is contained in:
N
2020-02-18 13:34:38 +00:00
parent 4955737f84
commit fbaa456ca6
6 changed files with 74 additions and 12 deletions
+11
View File
@@ -80,6 +80,7 @@ salt:
# salt master config
master_config_use_TOFS: true
master:
standalone: false
fileserver_backend:
- git
- s3fs
@@ -163,6 +164,9 @@ salt:
minion_config_use_TOFS: true
minion:
# standalone setup
master_type: false # see init.sls & standalone.sls
# single master setup
master: salt
@@ -268,6 +272,13 @@ salt:
- test.ping
- saltutil.find_job
# init.sls skips salt.api and salt.syndic states
# unless those dicts are populated with something
api:
somekey: somevalue
syndic:
somekey: somevalue
# salt cloud config
cloud:
master: salt