From 37156e346e477049590bce51da09cc7f11726098 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 31 Jan 2016 20:10:29 +0100 Subject: [PATCH] Cannot re-declare ssl --- modules/roles/manifests/syncproxy.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 4f5254add..b01232b39 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -41,7 +41,6 @@ class roles::syncproxy { } if $::apache2 and $syncproxy_name != 'unknown' { - apache2::module { 'ssl': } ssl::service { "$syncproxy_name": notify => Service['apache2'], key => true, } apache2::site { '010-syncproxy.debian.org': site => 'syncproxy.debian.org', -- 2.20.1