summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/operatingsystem.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/manifests/operatingsystem.pp')
-rw-r--r--modules/tozt/manifests/operatingsystem.pp5
1 files changed, 1 insertions, 4 deletions
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';
- }
}