christiangda/puppet-powerdns

View on GitHub
templates/config/KEY-VALUE-conf-file.erb

Summary

Maintainability
Test Coverage
###############################################################################
# WARNING: File Managed by Puppet!.
# Don't touch it, because puppet can rewrite it!.
#
<% if @options
  @options.each do |key,val| -%>
<%= key %>=<%= val %>
<%  end
end -%>