mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update boto_elb.py
This commit is contained in:
parent
70b44b68db
commit
c89ee601de
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def exists(name, region=None, key=None, keyid=None, profile=None):
|
|||
elb = conn.get_all_load_balancers(load_balancer_names=[name])
|
||||
if elb:
|
||||
return True
|
||||
else:
|
||||
else:
|
||||
msg = 'The load balancer does not exist in region {0}'.format(region)
|
||||
log.debug(msg)
|
||||
return False
|
||||
|
|
Loading…
Add table
Reference in a new issue