From 823ebd6af2e863f8c37e8bf7d5b81bd8ace0451d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 15 Dec 2014 11:58:08 -0200 Subject: Manage fdupes into nodo::utils::storage::archive --- manifests/utils/storage/archive.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } } -- cgit v1.2.3