From: Silvio Rhatto Date: Mon, 15 Dec 2014 13:58:08 +0000 (-0200) Subject: Manage fdupes into nodo::utils::storage::archive X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=823ebd6af2e863f8c37e8bf7d5b81bd8ace0451d;p=puppet-nodo.git Manage fdupes into nodo::utils::storage::archive --- diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp index ab8c333..508b96c 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': + package { [ 'jigdo-file', 'fdupes' ]: ensure => installed, } }