Add new ssh_nodegroups config

This commit is contained in:
Colton Myers 2015-11-18 11:59:36 -07:00
parent ac85cfdbd0
commit 688a78c08c

View file

@ -589,6 +589,10 @@ VALID_OPTS = {
# A compound target definition. See: http://docs.saltstack.com/en/latest/topics/targeting/nodegroups.html
'nodegroups': dict,
# List-only nodegroups for salt-ssh. Each group must be formed as either a
# comma-separated list, or a YAML list.
'ssh_nodegroups': dict,
# The logfile location for salt-key
'key_logfile': str,
@ -1112,6 +1116,7 @@ DEFAULT_MASTER_OPTS = {
'search_index_interval': 3600,
'loop_interval': 60,
'nodegroups': {},
'ssh_nodegroups': {},
'cython_enable': False,
'enable_gpu_grains': False,
# XXX: Remove 'key_logfile' support in 2014.1.0