summaryrefslogtreecommitdiff
path: root/templates/view.erb
blob: 6b3e776a714cfb115497f14960fcc19b81a950ca (plain)
1
2
3
4
5
/* File managed by puppet */
view "<%= name %>" {
        match-clients { <%= match_clients %>; };
        recursion <%= recursion %>;
        <% if allow_query != false %>allow-query { <%= allow_query %>; }; <% end %>