diff --git a/global/overlay/etc/puppet/modules/cdn/templates/cache/varnish.vcl.erb b/global/overlay/etc/puppet/modules/cdn/templates/cache/varnish.vcl.erb index ee75b67..ba8e695 100644 --- a/global/overlay/etc/puppet/modules/cdn/templates/cache/varnish.vcl.erb +++ b/global/overlay/etc/puppet/modules/cdn/templates/cache/varnish.vcl.erb @@ -28,7 +28,7 @@ backend destination_https { } backend destination_https { - .host = "<%= @cache_secrets['customers'][@customer]['host'] %>; + .host = "<%= @cache_secrets['customers'][@customer]['host'] %>"; .port = "443"; .via = haproxy_https; }