mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Implement suggested changes
This commit is contained in:
@@ -231,6 +231,8 @@ class Manager(object):
|
||||
sub_zones=self.configured_sub_zones(zone_name))
|
||||
|
||||
if desired:
|
||||
# This is an alias zone, rather than populate it we'll copy the
|
||||
# records over from `desired`.
|
||||
for _, records in desired._records.items():
|
||||
for record in records:
|
||||
zone.add_record(record.copy(zone=zone), lenient=lenient)
|
||||
|
Reference in New Issue
Block a user