static mirroring system
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 647f457..ede7f9b 100644 (file)
@@ -66,4 +66,12 @@ class roles {
        if getfromhash($site::nodeinfo, 'apache2_ftp-upcoming_mirror') {
                include roles::ftp-upcoming_mirror
        }
+
+       if getfromhash($site::nodeinfo, 'static_master') {
+               include roles::static_master
+       }
+
+       if getfromhash($site::nodeinfo, 'static_mirror') {
+               include roles::static_mirror
+       }
 }