diff options
Diffstat (limited to 'templates/default-record.erb')
-rw-r--r-- | templates/default-record.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/default-record.erb b/templates/default-record.erb index 16b839f..33d8f3d 100644 --- a/templates/default-record.erb +++ b/templates/default-record.erb @@ -1,5 +1,5 @@ <% if ttl -%> -<%=_owner%> <%=ttl%> <%=record_class%> <%=record_type%> <%=host%> +<%=@_owner%> <%=@ttl%> <%=@record_class%> <%=@record_type%> <%=@host%> <% else -%> -<%=_owner%> <%=record_class%> <%=record_type%> <%=host%> +<%=@_owner%> <%=@record_class%> <%=@record_type%> <%=@host%> <% end -%> |