aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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 e310bf5..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':
+ package { [ 'git-annex', 'jigdo-file' ]:
ensure => installed,
}
}