Commit adce29d5 by Feanil Patel

Fix to work when the group tag is set on the bastion host.

parent c98eeb0d
...@@ -91,7 +91,7 @@ def _ssh_config(args): ...@@ -91,7 +91,7 @@ def _ssh_config(args):
instance_number = id_type_counter[logical_id] instance_number = id_type_counter[logical_id]
id_type_counter[logical_id] += 1 id_type_counter[logical_id] += 1
if logical_id == "BastionHost": if logical_id == "BastionHost" or logical_id == 'bastion':
print JUMPBOX_CONFIG.format( print JUMPBOX_CONFIG.format(
jump_box=jump_box, jump_box=jump_box,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment