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.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tozt/manifests/operatingsystem.pp b/modules/tozt/manifests/operatingsystem.pp
index f5da5bb..4d4ab53 100644
--- a/modules/tozt/manifests/operatingsystem.pp
+++ b/modules/tozt/manifests/operatingsystem.pp
@@ -2,5 +2,4 @@ class tozt::operatingsystem {
file { '/etc/pacman.d/mirrorlist':
source => 'puppet:///modules/tozt/mirrorlist';
}
- File['/etc/pacman.d/mirrorlist'] -> Package<| provider == "pacman" |>
}