mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Only warn if master IP is unset - must be compatible with masterless minions
This commit is contained in:
parent
a4c87fcf57
commit
65b285d02d
1 changed files with 1 additions and 1 deletions
|
@ -1174,7 +1174,7 @@ class Cloud(object):
|
|||
|
||||
if deploy:
|
||||
if not make_master and 'master' not in minion_dict:
|
||||
raise SaltCloudConfigError(
|
||||
log.warn(
|
||||
'There\'s no master defined on the {0!r} VM settings.'.format(
|
||||
vm_['name']
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue