From: Peter Palfrader Date: Sun, 22 Sep 2019 11:07:52 +0000 (+0200) Subject: remove historical_mirror has_role call for inclusion; no longer needed X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=e4588b11bfd3d7c536de20a19552732a4d6c51f7;p=mirror%2Fdsa-puppet.git remove historical_mirror has_role call for inclusion; no longer needed --- 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