diff options
Diffstat (limited to 'manifests/utils')
| -rw-r--r-- | manifests/utils/storage/archive.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp index 508b96c..2539b0f 100644 --- a/manifests/utils/storage/archive.pp +++ b/manifests/utils/storage/archive.pp @@ -3,7 +3,7 @@ class nodo::utils::storage::archive {      ensure => latest,    } -  package { [ 'jigdo-file', 'fdupes' ]: +  package { [ 'jigdo-file', 'fdupes', 'gddrescue' ]:      ensure => installed,    }  } | 
