mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add master_tops option to the master config
This commit is contained in:
parent
ab07e39d20
commit
1a241d326b
1 changed files with 11 additions and 0 deletions
|
@ -164,6 +164,17 @@
|
|||
# root of the base environment as defined in "File Server settings" below.
|
||||
#state_top: top.sls
|
||||
#
|
||||
# The master_tops option replaces the external_nodes option by creating
|
||||
# a plugable system for the generation of external top data. The external_nodes
|
||||
# option is deprecated by the master_tops option.
|
||||
# To gain the capabilities of the classic external_nodes system use the
|
||||
# following configuration
|
||||
#
|
||||
# master_tops:
|
||||
# cmd_yaml: <Shell command which returns yaml>
|
||||
#
|
||||
#master_tops: {}
|
||||
#
|
||||
# The external_nodes option allows Salt to gather data that would normally be
|
||||
# placed in a top file. The external_nodes option is the executable that will
|
||||
# return the ENC data. Remember that Salt will look for external nodes AND top
|
||||
|
|
Loading…
Add table
Reference in a new issue