summaryrefslogtreecommitdiff
path: root/puppet/modules/clamav/templates/whitelisted_addresses.erb
blob: 9e068ec59f7c2da4d1f3f2500001c16d01c1be02 (plain)
1
2
3
4
5
<%- if @whitelisted_addresses then -%>
<%   @whitelisted_addresses.each do |name| -%>
From::<%= name %>
<%   end -%>
<% end -%>