From e4588b11bfd3d7c536de20a19552732a4d6c51f7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 22 Sep 2019 13:07:52 +0200 Subject: [PATCH] remove historical_mirror has_role call for inclusion; no longer needed --- modules/roles/manifests/init.pp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index adc2795ad..3232d5079 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -15,11 +15,6 @@ class roles { include nagios::server } - # archive.debian.org - if has_role('historical_mirror') { - include roles::historical_mirror - } - # debug archive if has_role('debug_mirror') { include roles::debug_mirror -- 2.20.1