diff options
Diffstat (limited to 'templates/mx-record.erb')
-rw-r--r-- | templates/mx-record.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mx-record.erb b/templates/mx-record.erb index a8ec89d..23b3a81 100644 --- a/templates/mx-record.erb +++ b/templates/mx-record.erb @@ -1,5 +1,5 @@ <% if ttl -%> -<%=owner%> <%=ttl%> IN MX <%=priority%> <%=host%> +<%=@owner%> <%=@ttl%> IN MX <%=@priority%> <%=@host%> <% else -%> -<%=owner%> IN MX <%=priority%> <%=host%> +<%=@owner%> IN MX <%=@priority%> <%=@host%> <% end -%> |