puppet-prod/site/profiles/templates/haproxy/certificate.list.erb
Ben Vincent 2091f1ada3 feat: add haproxy profile
- add haproxy server class
- add haproxy profile to role
- add hiera data for region specific haproxy
- add selinux configuration
- add certlist management
- add default http and https frontends
- add default stats listener
2024-04-06 03:27:45 +11:00

4 lines
57 B
Plaintext

<% @certificates.each do |item| %>
<%= item %>
<% end %>