weblog_destination -> hiera role
authorPeter Palfrader <peter@palfrader.org>
Sat, 14 Sep 2019 21:51:31 +0000 (23:51 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 14 Sep 2019 21:51:31 +0000 (23:51 +0200)
hieradata/common.yaml
hieradata/nodes/wolkenstein.debian.org.yaml
modules/roles/manifests/init.pp

index 9eb7378..b4a64d0 100644 (file)
@@ -195,8 +195,6 @@ roles:
     - ullmann.debian.org
   vote:
     - vento.debian.org
-  weblog_destination:
-    - wolkenstein.debian.org
   wiki:
     - wilder.debian.org
   www_master:
index 3ccff77..f1704b5 100644 (file)
@@ -1,2 +1,3 @@
 classes:
   - roles::static_source
+  - roles::weblog_destination
index 5ee825b..0947821 100644 (file)
@@ -132,10 +132,6 @@ class roles {
                include roles::dns_geodns
        }
 
-       if has_role('weblog_destination') {
-               include roles::weblog_destination
-       }
-
        if has_role('vote') {
                include roles::vote
        }