]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/init.pp
never mind
[dsa-puppet.git] / modules / roles / manifests / init.pp
index ede7f9b1d5ce3434f403dde3f688ed3955798b6c..aaeacee6ab26c052b76236a557dc0d7121cc591b 100644 (file)
@@ -8,9 +8,9 @@ class roles {
                include munin::master
        }
 
-       if getfromhash($site::nodeinfo, 'nagiosmaster') {
-               include nagios::server
-       }
+       #if getfromhash($site::nodeinfo, 'nagiosmaster') {
+       #       include nagios::server
+       #}
 
        if getfromhash($site::nodeinfo, 'buildd') {
                include buildd
@@ -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
        }
 }