From cc41d501a34a38003f7a6aa4c535cdc70361904a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 11 Jan 2016 11:54:31 +0000 Subject: [PATCH] fix syncproxy manifest site name --- modules/roles/manifests/syncproxy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index b2fd6d4ab..7e21d5be6 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -42,7 +42,7 @@ class roles::syncproxy { if $::apache2 and $syncproxy_name != 'unknown' { apache2::site { '010-syncproxy.debian.org': - site => 'security.debian.org', + site => 'syncproxy.debian.org', content => template('roles/syncproxy/syncproxy.debian.org-apache.erb') } -- 2.20.1