no hosts (directly) in roles::archvsync_base
authorPeter Palfrader <peter@palfrader.org>
Sat, 14 Sep 2019 21:28:05 +0000 (23:28 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 14 Sep 2019 21:28:05 +0000 (23:28 +0200)
hieradata/common.yaml
modules/roles/manifests/archvsync_base.pp
modules/roles/manifests/init.pp

index 0272132..98db204 100644 (file)
@@ -118,9 +118,6 @@ roles:
     - wolkenstein.debian.org
   search_frontend:
     - cgi-grnet-01.debian.org
-  archvsync_base_additional:
-  # this is usually pulled in by *-mirror or syncproxy roles
-    - dummy
   security_master:
     - seger.debian.org
   security_mirror:
index ac8b8e9..a92297b 100644 (file)
@@ -1,3 +1,4 @@
+# this is usually pulled in by *-mirror or syncproxy roles
 class roles::archvsync_base {
        file { '/srv/mirrors':
                ensure => directory,
index 91fdaa4..0a3e136 100644 (file)
@@ -38,10 +38,6 @@ class roles {
                include roles::manpages_dyn
        }
 
-       if has_role('archvsync_base_additional') {
-               include archvsync_base
-       }
-
        # archive.debian.org
        if has_role('historical_mirror') {
                include roles::historical_mirror