From c899182f7abb85b313bb5f087269e887db7b68ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Wed, 11 Dec 2024 15:22:55 +0100 Subject: [PATCH] Bugifx --- .../etc/puppet/modules/soc/templates/sso/apache-site.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/soc/templates/sso/apache-site.conf.erb b/global/overlay/etc/puppet/modules/soc/templates/sso/apache-site.conf.erb index 67b385f..d37a53c 100644 --- a/global/overlay/etc/puppet/modules/soc/templates/sso/apache-site.conf.erb +++ b/global/overlay/etc/puppet/modules/soc/templates/sso/apache-site.conf.erb @@ -41,7 +41,7 @@ <%- if @extra_proxy_conf -%> IncludeOptional <%= @extra_proxy_conf %> - <%- endif -%> + <%- end -%> AuthGroupFile /etc/apache2/groups.txt Require group <% @groups.each.with_index do |group, i| %><%= group %><%= ' ' if i < (@groups.size - 1) %><% end %>