From: Peter Palfrader Date: Sun, 31 Jan 2016 19:10:29 +0000 (+0100) Subject: Cannot re-declare ssl X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=37156e346e477049590bce51da09cc7f11726098;p=mirror%2Fdsa-puppet.git Cannot re-declare ssl --- 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',