update head template
This commit is contained in:
@@ -44,7 +44,6 @@ define cd_haproxy::server::proxy (
|
||||
$fe_http_request = '',
|
||||
$backend_configs = [],
|
||||
|
||||
|
||||
) {
|
||||
|
||||
$hy_main_config = '/etc/haproxy/haproxy.cfg'
|
||||
@@ -79,12 +78,7 @@ define cd_haproxy::server::proxy (
|
||||
'order' => $backend_order,
|
||||
})
|
||||
|
||||
# open sepcific firewall ports
|
||||
|
||||
# # create backend section
|
||||
# concat::fragment { "backend_${name}":
|
||||
# target => $hy_main_config,
|
||||
# content => template($hy_backendrule),
|
||||
# order => $backend_order,
|
||||
# }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user