Browse Source

Merge pull request #263 from robruma/feature/support_master_id_option

Adding support for master_id option
tags/v0.57.0
Forrest 8 years ago
parent
commit
d6affbba39
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      salt/files/master.d/f_defaults.conf

+ 6
- 0
salt/files/master.d/f_defaults.conf View File

# after the comment then the value is presented as an example and is not the # after the comment then the value is presented as an example and is not the
# default. # 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 # Per default, the master will automatically include all config files
# from master.d/*.conf (master.d is a directory in the same directory # from master.d/*.conf (master.d is a directory in the same directory
# as the main master config file). # as the main master config file).

Loading…
Cancel
Save