http-redir role with apache config
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index aaada64..9bdb11d 100644 (file)
@@ -69,6 +69,10 @@ class roles {
                include roles::www_mirror
        }
 
+       if has_role('mirror_debug') {
+               include roles::debug_mirror
+       }
+
        if has_role('ftp.d.o') {
                include roles::ftp
        }
@@ -276,4 +280,8 @@ class roles {
                        notify => Service['apache2'],
                }
        }
+
+       if has_role('httpredir') {
+               include roles::httpredir
+       }
 }