Import popcon.d.o apache vhost config
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 43dec32..6b447f9 100644 (file)
@@ -353,4 +353,8 @@ class roles {
        if $::keyring_debian_org_mirror {
                include roles::keyring_debian_org_mirror
        }
+
+       if has_role('popcon') {
+               include roles::popcon
+       }
 }