Mess with rsync options
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index ede7f9b..20304d2 100644 (file)
@@ -73,5 +73,7 @@ class roles {
 
        if getfromhash($site::nodeinfo, 'static_mirror') {
                include roles::static_mirror
+       } elsif getfromhash($site::nodeinfo, 'static_source') {
+               include roles::static_source
        }
 }