From 275b4ed0869f3c32db242cdac216bc804bd846c4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 20 Feb 2021 12:38:16 -0300 Subject: Adds rdfind and jdupes into nodo::utils::storage::archive --- manifests/utils/storage/archive.pp | 2 ++ 1 file changed, 2 insertions(+) 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', -- cgit v1.2.3