Cannot re-declare ssl
authorPeter Palfrader <peter@palfrader.org>
Sun, 31 Jan 2016 19:10:29 +0000 (20:10 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 31 Jan 2016 19:10:29 +0000 (20:10 +0100)
modules/roles/manifests/syncproxy.pp

index 4f5254a..b01232b 100644 (file)
@@ -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',