]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds package gddrescue into nodo::utils::storage::archive
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 18 Jan 2015 13:57:57 +0000 (11:57 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 18 Jan 2015 13:57:57 +0000 (11:57 -0200)
manifests/utils/storage/archive.pp

index 508b96cfe8d603be78f5271721c4dc12adace6e1..2539b0f895b7130c6bf7634157e0aa171a65eafe 100644 (file)
@@ -3,7 +3,7 @@ class nodo::utils::storage::archive {
     ensure => latest,
   }
 
-  package { [ 'jigdo-file', 'fdupes' ]:
+  package { [ 'jigdo-file', 'fdupes', 'gddrescue' ]:
     ensure => installed,
   }
 }