Skip to content

Commit 204c71d

Browse files
services key inside http_edge_domain_envs
1 parent c721bd5 commit 204c71d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/haproxy/autoload.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151

5252
ensure_resource('file', [$path_env, "$path_env/current"], $file_args)
5353

54-
$http_edge_services.map |$service| {
54+
#$http_edge_services.map |$service| {
55+
$options['_services'].map |$service| {
5556

5657
ensure_resource('file', ["$path_env/current/$service"], $file_args)
5758

0 commit comments

Comments
 (0)