From 232419917f1ff54eeb393ad8ea446fa36851e664 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 18 Jan 2015 11:57:57 -0200 Subject: Adds package gddrescue into nodo::utils::storage::archive --- manifests/utils/storage/archive.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/utils/storage') 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, } } -- cgit v1.2.3