mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-07-14 23:26:33 +02:00
feat(metastate): add metastate per community convention
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user