module-puppetdb/templates/certificate-whitelist.erb
Michael Weiser 3889cc56a4 Add option to restrict access to PuppetDB
Add the option to set up a certificate whitelist file and configure it
in PuppetDB so that only specific hosts (i.e. the Puppet master(s)) have
access.
2015-10-15 09:33:52 +02:00

3 خطوط
64 B
Text

<% @certificate_whitelist.each do |cn| -%>
<%= cn %>
<% end -%>