From: Julien Cristau Date: Wed, 12 Apr 2017 06:29:34 +0000 (+0200) Subject: Try to fix apache syncproxy config X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2b5238586da1afb00bd934ada4ccfea59ad40a74;p=mirror%2Fdsa-puppet.git Try to fix apache syncproxy config --- diff --git a/modules/roles/templates/syncproxy/syncproxy.debian.org-apache.erb b/modules/roles/templates/syncproxy/syncproxy.debian.org-apache.erb index e81cbe308..6da98e676 100644 --- a/modules/roles/templates/syncproxy/syncproxy.debian.org-apache.erb +++ b/modules/roles/templates/syncproxy/syncproxy.debian.org-apache.erb @@ -11,7 +11,7 @@ <%= lines = [] vhost_listen.each do |bind| - lines << "Use common-debian-service-https-redirect \"#{bind}\" \"#{@syncproxy_name}\"" + lines << "Use common-debian-service-https-redirect \"#{@bind}\" \"#{@syncproxy_name}\"" end lines.join("\n")