No bind address also listens on v6
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index d76823d..4dcdb38 100644 (file)
@@ -62,6 +62,10 @@ class roles {
                include roles::wiki
        }
 
+       if getfromhash($site::nodeinfo, 'syncproxy') {
+               include roles::syncproxy
+       }
+
        if getfromhash($site::nodeinfo, 'static_master') {
                include roles::static_master
        }