summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/other_packages.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-05 14:30:17 -0500
committerJesse Luehrs <doy@tozt.net>2017-11-05 14:30:17 -0500
commit7b6bddbd57d59b172daa98b001da2a58fe0842ea (patch)
treef1dda471f305cf0e312ecfb2ff94fb4723e36702 /modules/tozt/manifests/other_packages.pp
parent20ecda87b1c317e77760e8debad0ac718a842311 (diff)
downloadpuppet-tozt-7b6bddbd57d59b172daa98b001da2a58fe0842ea.tar.gz
puppet-tozt-7b6bddbd57d59b172daa98b001da2a58fe0842ea.zip
it's too hard to use aur helpers as root
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,
- }
}