2
0

Merge pull request #263 from robruma/feature/support_master_id_option

Adding support for master_id option
This commit is contained in:
Forrest 2016-10-14 09:35:34 -07:00 committed by GitHub
commit d6affbba39

View File

@ -21,6 +21,12 @@
# after the comment then the value is presented as an example and is not the
# default.
# The id to be passed in the publish job to minions.
# This is used for MultiSyndics to return the job to the requesting master.
# This must be the same string as the syndic is configured with.
# master_id: None
{{ get_config('master_id', 'None') }}
# Per default, the master will automatically include all config files
# from master.d/*.conf (master.d is a directory in the same directory
# as the main master config file).