Adjust indentation

This commit is contained in:
Nate Riffe 2012-09-03 23:12:55 -05:00
parent 2ea577f97b
commit 0a383a49fe

View File

@ -17,7 +17,7 @@ view "<%= name %>" {
recursion <%= recursion ? 'yes' : 'no' %>; recursion <%= recursion ? 'yes' : 'no' %>;
<%- if recursion -%> <%- if recursion -%>
<%- if scope.lookupvar('osfamily') == 'Debian' -%> <%- if scope.lookupvar('osfamily') == 'Debian' -%>
include "<%= confdir %>/named.conf.default-zones"; include "<%= confdir %>/named.conf.default-zones";
<%- end -%> <%- end -%>
<%- end -%> <%- end -%>