mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
6f4cfd01fc
Compound matches, such as nodegroups, can now be specified as lists. This avoids splitting on whitespace which may be part of a key or value. Right now this only works for nodegroups. Making the argument to "-C" (compound list) a JSON argument is a future task.
73 lines
1.3 KiB
Plaintext
73 lines
1.3 KiB
Plaintext
publish_port: 64505
|
|
ret_port: 64506
|
|
worker_threads: 3
|
|
root_dir: /tmp/salttest
|
|
pidfile: masterpid
|
|
pki_dir: pki
|
|
cachedir: cache
|
|
timeout: 3
|
|
sock_dir: .salt-unix
|
|
open_mode: True
|
|
syndic_master: localhost
|
|
fileserver_list_cache_time: 0
|
|
pillar_opts: True
|
|
peer:
|
|
'.*':
|
|
- 'test.*'
|
|
log_file: master
|
|
key_logfile: key
|
|
token_file: /tmp/ksfjhdgiuebfgnkefvsikhfjdgvkjahcsidk
|
|
|
|
file_buffer_size: 8192
|
|
|
|
ext_pillar:
|
|
- git: master https://github.com/saltstack/pillar1.git
|
|
- git: master https://github.com/saltstack/pillar2.git
|
|
- git: dev:testing https://github.com/saltstack/pillar1.git
|
|
- test_ext_pillar_opts:
|
|
- test_issue_5951_actual_file_roots_in_opts
|
|
|
|
config_opt:
|
|
layer2: 'kosher'
|
|
yaml_utf8: True
|
|
|
|
external_auth:
|
|
pam:
|
|
saltdev:
|
|
- '@wheel'
|
|
- '@runner'
|
|
- test.*
|
|
saltops%:
|
|
- '@wheel'
|
|
- '@runner'
|
|
- 'test.*'
|
|
auto:
|
|
saltdev_auto:
|
|
- '@wheel'
|
|
- '@runner'
|
|
- test.*
|
|
saltdev_api:
|
|
- '@wheel'
|
|
- '@runner'
|
|
- test.*
|
|
- grains.*
|
|
'*':
|
|
- '@wheel'
|
|
- '@runner'
|
|
- test.*
|
|
|
|
master_tops:
|
|
master_tops_test: True
|
|
|
|
nodegroups:
|
|
min: minion
|
|
sub_min: sub_minion
|
|
mins: N@min or N@sub_min
|
|
multiline_nodegroup:
|
|
- 'minion'
|
|
- 'or'
|
|
- 'sub_minion'
|
|
redundant_minions: N@min or N@mins
|
|
nodegroup_loop_a: N@nodegroup_loop_b
|
|
nodegroup_loop_b: N@nodegroup_loop_a
|