summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/other_packages.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/manifests/other_packages.pp')
-rw-r--r--modules/tozt/manifests/other_packages.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/tozt/manifests/other_packages.pp b/modules/tozt/manifests/other_packages.pp
index 88f4db0..3673fed 100644
--- a/modules/tozt/manifests/other_packages.pp
+++ b/modules/tozt/manifests/other_packages.pp
@@ -35,13 +35,4 @@ class tozt::other_packages {
package::makepkg { 'yaourt':
require => Package::Makepkg['package-query'];
}
-
- package::yaourt {
- [
- "duplicati-latest",
- "ipbt",
- "ttyrec",
- ]:
- ensure => installed,
- }
}