From: Silvio Rhatto Date: Sun, 18 Jan 2015 13:57:57 +0000 (-0200) Subject: Adds package gddrescue into nodo::utils::storage::archive X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=232419917f1ff54eeb393ad8ea446fa36851e664;p=puppet-nodo.git Adds package gddrescue into nodo::utils::storage::archive --- 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, } }