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/tozt/manifests/operatingsystem.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/tozt') diff --git a/modules/tozt/manifests/operatingsystem.pp b/modules/tozt/manifests/operatingsystem.pp index 4d4ab53..fa43938 100644 --- a/modules/tozt/manifests/operatingsystem.pp +++ b/modules/tozt/manifests/operatingsystem.pp @@ -1,4 +1,6 @@ class tozt::operatingsystem { + include wireguard + file { '/etc/pacman.d/mirrorlist': source => 'puppet:///modules/tozt/mirrorlist'; } -- cgit v1.2.3-54-g00ecf