having a module named site is really annoying
authorPeter Palfrader <peter@palfrader.org>
Fri, 30 Aug 2019 10:15:44 +0000 (12:15 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 30 Aug 2019 10:15:44 +0000 (12:15 +0200)
hieradata/common.yaml
manifests/site.pp

index b25cfd6..6c52105 100644 (file)
@@ -376,5 +376,4 @@ roles:
     - cgi-grnet-01.debian.org
 
 classes:
-  - site
   - base
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')