diff options
Diffstat (limited to 'templates')
-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 112ae2f..16b839f 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 -%> |