Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
Make that thing enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Jul 13, 2015
1 parent 5591500 commit 18c1401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formulary/builders/elb.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def __init__(self, config, name, service, elb_config, instance_ids,
self._health_check(elb_config),
self._listeners(elb_config),
[{'Ref': security_group}], subnets,
cross_zone=True,
internal=internal))
self._add_output('DNSName',
'The DNSName for {0}'.format(self.full_name),
Expand Down

0 comments on commit 18c1401

Please sign in to comment.