File: haproxy_listen_block.epp

package info (click to toggle)
puppet-module-puppetlabs-haproxy 8.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 816 kB
  • sloc: ruby: 3,979; sh: 14; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6

listen <%= $section_name %>
<%= epp('haproxy/fragments/_bind.epp', {'bind' => $bind, 'ipaddress' => $ipaddress, 'ports' => $ports, 'bind_options' => $bind_options }) -%>
<%= epp('haproxy/fragments/_mode.epp', { 'mode' => $mode }) -%>
<%= epp('haproxy/fragments/_description.epp', { 'description' => $description }) -%>
<%= epp('haproxy/fragments/_options.epp', { 'options' => $options, '_sort_options_alphabetic' => $_sort_options_alphabetic }) -%>