mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[dns|bluebox] add default ttl for zone
This commit is contained in:
parent
9642a6bdb8
commit
0b44f59c7c
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ module Fog
|
|||
attribute :minimum
|
||||
|
||||
def initialize(attributes = {})
|
||||
self.ttl ||= 3600
|
||||
super(attributes)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue