From 992b52bab4325e38d1738e21652d052ae4cc90e5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 14 Sep 2019 23:28:05 +0200 Subject: [PATCH] no hosts (directly) in roles::archvsync_base --- hieradata/common.yaml | 3 --- modules/roles/manifests/archvsync_base.pp | 1 + modules/roles/manifests/init.pp | 4 ---- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 0272132dd..98db2046a 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -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: diff --git a/modules/roles/manifests/archvsync_base.pp b/modules/roles/manifests/archvsync_base.pp index ac8b8e9a1..a92297b48 100644 --- a/modules/roles/manifests/archvsync_base.pp +++ b/modules/roles/manifests/archvsync_base.pp @@ -1,3 +1,4 @@ +# this is usually pulled in by *-mirror or syncproxy roles class roles::archvsync_base { file { '/srv/mirrors': ensure => directory, diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 91fdaa458..0a3e136b5 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -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 -- 2.20.1