alioth_archive -> hiera role
authorPeter Palfrader <peter@palfrader.org>
Sat, 14 Sep 2019 21:13:02 +0000 (23:13 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 14 Sep 2019 21:13:02 +0000 (23:13 +0200)
hieradata/common.yaml
hieradata/nodes/grabbe.debian.org.yaml [new file with mode: 0644]
modules/roles/manifests/init.pp

index 4a7d849..0baf68f 100644 (file)
@@ -341,8 +341,6 @@ roles:
     - sallinen.debian.org
   cdbuilder_local_mirror:
     - casulana.debian.org
-  alioth_archive:
-    - grabbe.debian.org
   snapshot_web:
     - lw07.debian.org
     - sallinen.debian.org
diff --git a/hieradata/nodes/grabbe.debian.org.yaml b/hieradata/nodes/grabbe.debian.org.yaml
new file mode 100644 (file)
index 0000000..0e580c1
--- /dev/null
@@ -0,0 +1,2 @@
+classes:
+  - roles::alioth_archive
index e8320d4..d2497f0 100644 (file)
@@ -355,9 +355,6 @@ class roles {
                include roles::cdbuilder_local_mirror
        }
 
-       if has_role('alioth_archive') {
-               include roles::alioth_archive
-       }
        if has_role('anonscm') {
                include roles::anonscm
        }