]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds rdfind and jdupes into nodo::utils::storage::archive
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Feb 2021 15:38:16 +0000 (12:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Feb 2021 15:38:16 +0000 (12:38 -0300)
manifests/utils/storage/archive.pp

index f23052a7ccf82ad5a8e9858f34df93dc331a7048..64c9de28c78eafa4856c32db9d7fc5f0f489530d 100644 (file)
@@ -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',