aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-02-20 12:38:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-02-20 12:38:16 -0300
commit275b4ed0869f3c32db242cdac216bc804bd846c4 (patch)
tree3f0fa35718d22ee411247a90652f067b2a4ed00d
parentb3d75be8dfc297818d770ba6a1cc82b7710a2a91 (diff)
downloadpuppet-nodo-275b4ed0869f3c32db242cdac216bc804bd846c4.tar.gz
puppet-nodo-275b4ed0869f3c32db242cdac216bc804bd846c4.tar.bz2
Adds rdfind and jdupes into nodo::utils::storage::archive
-rw-r--r--manifests/utils/storage/archive.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp
index f23052a..64c9de2 100644
--- a/manifests/utils/storage/archive.pp
+++ b/manifests/utils/storage/archive.pp
@@ -4,6 +4,7 @@ class nodo::utils::storage::archive (
package { [
'git-annex',
'convmv',
+ 'rdfind',
]:
#ensure => latest,
ensure => $ensure,
@@ -13,6 +14,7 @@ class nodo::utils::storage::archive (
package { [
'jigdo-file',
'fdupes',
+ 'jdupes',
'gddrescue',
'f3',
'hashdeep',