having a module named site is really annoying
[mirror/dsa-puppet.git] / manifests / site.pp
index c1cdd53..0c178c1 100644 (file)
@@ -19,6 +19,9 @@ Service {
 }
 
 node default {
+       # we really should rename this one
+       include site
+
        # this is magic: it will include whatever classes says we should
        # include, based on the value of the "classes" array
        hiera_include('classes')