1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Merge remote-tracking branch 'origin/master' into alias-support

This commit is contained in:
Ross McFarland
2017-06-12 14:07:03 -07:00
12 changed files with 117 additions and 12 deletions

View File

@@ -112,6 +112,9 @@ class Record(object):
raise Exception('Invalid record {}, missing ttl'.format(self.fqdn))
self.source = source
octodns = data.get('octodns', {})
self.ignored = octodns.get('ignored', False)
def _data(self):
return {'ttl': self.ttl}