aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/storage/archive.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/storage/archive.pp')
-rw-r--r--manifests/utils/storage/archive.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp
index 58920a9..2ebd361 100644
--- a/manifests/utils/storage/archive.pp
+++ b/manifests/utils/storage/archive.pp
@@ -1,5 +1,5 @@
class nodo::utils::storage::archive {
- package { [ 'git-annex', 'jigdo-file', 'youtube-dl' ]:
+ package { [ 'git-annex', 'jigdo-file' ]:
ensure => installed,
}
}