mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-01-20 09:44:28 +01:00
Merge pull request #161 from genuss/sign_pubkey
Add options for mult-master setup
This commit is contained in:
commit
2af4bf3bb5
@ -375,6 +375,9 @@ client_acl_blacklist:
|
||||
{{ get_config('sign_pub_message', 'False') }}
|
||||
|
||||
|
||||
{{ get_config('master_sign_pubkey', 'False') }}
|
||||
|
||||
|
||||
##### Master Module Management #####
|
||||
##########################################
|
||||
# Manage how master side modules are loaded.
|
||||
|
@ -155,6 +155,9 @@ mine_functions:
|
||||
# master check alive interval
|
||||
{{ get_config('master_alive_interval', '30') }}
|
||||
|
||||
# verify_master_pubkey_sign
|
||||
{{ get_config('verify_master_pubkey_sign', 'False') }}
|
||||
|
||||
# include extra config
|
||||
{% if 'include' in cfg_minion -%}
|
||||
{% if isinstance(cfg_minion['include'], list) -%}
|
||||
|
Loading…
Reference in New Issue
Block a user