From 65f997b8b9d405e78fc677f879202ad4429ab42f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 30 Sep 2014 13:51:02 +0200 Subject: varnish test url nonnull --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 9b03432..5e090ce 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -85,7 +85,7 @@ class signer { class {'varnish': domain => 'swamid.se', backends => { - mdx => 'http://localhost:8000' + mdx => 'http://localhost:8000/' }, vhosts => { mdx => 'mdx.swamid.se' -- cgit v1.1