make loghost into a role
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 8bc6aa5..1837f94 100644 (file)
@@ -395,4 +395,7 @@ class roles {
                include roles::anonscm
        }
 
+       if has_role('loghost') {
+               include syslog_ng::loghost
+       }
 }