summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-27 06:27:48 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-27 06:27:48 -0400
commite1ddad5701280279dceb80d00ca3e36e75e6ce23 (patch)
tree6ec5a5f5b5c452bce981a3476f1f2aa49122daa1 /modules/tozt
parent953b030829e931fec7129a2cc1cfac534980eb98 (diff)
downloadpuppet-tozt-e1ddad5701280279dceb80d00ca3e36e75e6ce23.tar.gz
puppet-tozt-e1ddad5701280279dceb80d00ca3e36e75e6ce23.zip
require explicitly opting into wireguard
because machines need to be configured for it first
Diffstat (limited to 'modules/tozt')
-rw-r--r--modules/tozt/manifests/operatingsystem.pp2
1 files changed, 2 insertions, 0 deletions
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';
}