Load named::geodns from roles/manifests/init.pp based on hiera instead of from site...
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index fbd564b..51f9be5 100644 (file)
@@ -161,6 +161,10 @@ class roles {
                include named::primary
        }
 
+       if has_role('dns_geo') {
+               include named::geodns
+       }
+
        if has_role('weblog_destination') {
                include roles::weblog_destination
        }