Add ssl key/cert for popcon
authorJulien Cristau <jcristau@debian.org>
Sun, 29 Oct 2017 08:37:28 +0000 (09:37 +0100)
committerJulien Cristau <jcristau@debian.org>
Sun, 29 Oct 2017 08:37:28 +0000 (09:37 +0100)
modules/roles/manifests/init.pp

index 43dec32..b8507f3 100644 (file)
@@ -353,4 +353,8 @@ class roles {
        if $::keyring_debian_org_mirror {
                include roles::keyring_debian_org_mirror
        }
+
+       if has_role('popcon') {
+               ssl::service { 'popcon.debian.org': notify => Exec['service apache2 reload'], key => true, }
+       }
 }