mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
When configuring master using salt cloud set hash_type=256 as a default value
This commit is contained in:
parent
513bca01c0
commit
65df35f95c
@ -263,7 +263,8 @@ def master_config(opts, vm_):
|
||||
# Some default options are Null, let's set a reasonable default
|
||||
master.update(
|
||||
log_level='info',
|
||||
log_level_logfile='info'
|
||||
log_level_logfile='info',
|
||||
hash_type='sha256'
|
||||
)
|
||||
|
||||
# Get ANY defined master setting, merging data, in the following order
|
||||
|
Loading…
Reference in New Issue
Block a user