try this on
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 81b668f..e603cff 100644 (file)
@@ -39,9 +39,8 @@ class roles {
                include roles::security_mirror
        }
 
-
-        # XXX: turn this into a real role
-        if getfromhash($site::nodeinfo, 'apache2_www_mirror') {
+       # XXX: turn this into a real role
+       if getfromhash($site::nodeinfo, 'apache2_www_mirror') {
                include roles::www_mirror
        }