diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 12:27:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 12:27:15 -0300 |
commit | 8f8c2ae043040719ccebb504c32f942382c873f6 (patch) | |
tree | 2b0aaf7572d2d7b679d2fb62c734ade02c088d89 /templates/zone-header.erb | |
parent | 0512649309b4ac89ebe597e53f5b0392779f0063 (diff) | |
download | puppet-bind-8f8c2ae043040719ccebb504c32f942382c873f6.tar.gz puppet-bind-8f8c2ae043040719ccebb504c32f942382c873f6.tar.bz2 |
Fix another deprecation warning (2)
Diffstat (limited to 'templates/zone-header.erb')
-rw-r--r-- | templates/zone-header.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/zone-header.erb b/templates/zone-header.erb index d595296..30d7148 100644 --- a/templates/zone-header.erb +++ b/templates/zone-header.erb @@ -1,6 +1,6 @@ ; File managed by puppet $TTL <%=@zone_ttl%> -<% if zone_origin -%> +<% if @zone_origin -%> $ORIGIN <%=@zone_origin%> <% end -%> @ IN SOA <%=@zone%>. <%=@zone_contact%>. ( |