When configuring master using salt cloud set hash_type=256 as a default value

This commit is contained in:
Alen Komljen 2016-08-22 18:40:36 +02:00 committed by GitHub
parent 513bca01c0
commit 65df35f95c

View File

@ -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