Skip to content

Commit

Permalink
Merge pull request #161 from genuss/sign_pubkey
Browse files Browse the repository at this point in the history
Add options for mult-master setup
  • Loading branch information
puneetk committed Jul 27, 2015
2 parents a5923a0 + a738198 commit 2af4bf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions salt/files/master.d/f_defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions salt/files/minion.d/f_defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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) -%}
Expand Down

0 comments on commit 2af4bf3

Please sign in to comment.