From: Silvio Rhatto Date: Thu, 24 Mar 2016 17:50:28 +0000 (-0300) Subject: Fix another deprecation warning (4) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8b5d6b18a3b9c01a2de92befec35a6340835b847;p=puppet-bind.git Fix another deprecation warning (4) --- diff --git a/templates/default-record.erb b/templates/default-record.erb index 33d8f3d..348d07a 100644 --- a/templates/default-record.erb +++ b/templates/default-record.erb @@ -1,4 +1,4 @@ -<% if ttl -%> +<% if @ttl -%> <%=@_owner%> <%=@ttl%> <%=@record_class%> <%=@record_type%> <%=@host%> <% else -%> <%=@_owner%> <%=@record_class%> <%=@record_type%> <%=@host%>