From 4ff7e214a977a1dacff42d2c406bf6c144957a11 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 17 Feb 2024 12:29:29 -0500 Subject: use reflector for maintaining the mirrorlist --- modules/tozt/files/mirrorlist | 5 ----- modules/tozt/manifests/operatingsystem.pp | 5 +---- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 modules/tozt/files/mirrorlist (limited to 'modules/tozt') diff --git a/modules/tozt/files/mirrorlist b/modules/tozt/files/mirrorlist deleted file mode 100644 index d1c515d..0000000 --- a/modules/tozt/files/mirrorlist +++ /dev/null @@ -1,5 +0,0 @@ -Server = https://arch.mirror.constant.com/$repo/os/$arch -Server = https://mirrors.sorengard.com/archlinux/$repo/os/$arch -Server = https://mirror.stephen304.com/archlinux/$repo/os/$arch -Server = https://mirror.wdc1.us.leaseweb.net/archlinux/$repo/os/$arch -Server = https://mirrors.rit.edu/archlinux/$repo/os/$arch diff --git a/modules/tozt/manifests/operatingsystem.pp b/modules/tozt/manifests/operatingsystem.pp index fa43938..c978e75 100644 --- a/modules/tozt/manifests/operatingsystem.pp +++ b/modules/tozt/manifests/operatingsystem.pp @@ -1,7 +1,4 @@ class tozt::operatingsystem { + include reflector include wireguard - - file { '/etc/pacman.d/mirrorlist': - source => 'puppet:///modules/tozt/mirrorlist'; - } } -- cgit v1.2.3-54-g00ecf