summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-17 12:29:29 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-17 12:29:29 -0500
commit4ff7e214a977a1dacff42d2c406bf6c144957a11 (patch)
tree21c8eb46834f7d1b2c2747cdd3447da3ed84242b /modules/tozt
parente1cf695a7d40352015eebf80400c5248ae782619 (diff)
downloadpuppet-tozt-4ff7e214a977a1dacff42d2c406bf6c144957a11.tar.gz
puppet-tozt-4ff7e214a977a1dacff42d2c406bf6c144957a11.zip
use reflector for maintaining the mirrorlist
Diffstat (limited to 'modules/tozt')
-rw-r--r--modules/tozt/files/mirrorlist5
-rw-r--r--modules/tozt/manifests/operatingsystem.pp5
2 files changed, 1 insertions, 9 deletions
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';
- }
}