From e1ddad5701280279dceb80d00ca3e36e75e6ce23 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 27 Mar 2023 06:27:48 -0400 Subject: require explicitly opting into wireguard because machines need to be configured for it first --- modules/base/manifests/init.pp | 1 - modules/base/manifests/vpn.pp | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 modules/base/manifests/vpn.pp (limited to 'modules/base') diff --git a/modules/base/manifests/init.pp b/modules/base/manifests/init.pp index c898da5..8e6566f 100644 --- a/modules/base/manifests/init.pp +++ b/modules/base/manifests/init.pp @@ -6,5 +6,4 @@ class base($extra_script="") { contain base::services contain base::tools contain base::users - contain base::vpn } diff --git a/modules/base/manifests/vpn.pp b/modules/base/manifests/vpn.pp deleted file mode 100644 index 91a9935..0000000 --- a/modules/base/manifests/vpn.pp +++ /dev/null @@ -1,3 +0,0 @@ -class base::vpn { - include wireguard -} -- cgit v1.2.3-54-g00ecf