From: Peter Palfrader Date: Sat, 14 Sep 2019 21:16:16 +0000 (+0200) Subject: the ipsec role is no longer relevant. both nodes in it load profile::ipsec::fasolo_s... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4c4baf5564a4dc0581a7688c1590c8846879b71e;p=mirror%2Fdsa-puppet.git the ipsec role is no longer relevant. both nodes in it load profile::ipsec::fasolo_storace --- diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 0baf68f2f..0272132dd 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -323,9 +323,6 @@ roles: - godard.debian.org debsources: - sor.debian.org - ipsec: - - fasolo.debian.org - - storace.debian.org debconf_wafer: - debussy.debian.org apache_not_public: diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index d2497f0d8..91fdaa458 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -343,10 +343,6 @@ class roles { include roles::debsources } - if has_role('ipsec') { - include ipsec - } - if has_role('debconf_wafer') { include roles::debconf_wafer }