aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-12-15 11:58:08 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-12-15 11:58:08 -0200
commit823ebd6af2e863f8c37e8bf7d5b81bd8ace0451d (patch)
tree4d0114b92462189759f3ed54c3428735f1691e8a
parent1d29208cec969f0ca2f914c82a63f3450eac60d9 (diff)
downloadpuppet-nodo-823ebd6af2e863f8c37e8bf7d5b81bd8ace0451d.tar.gz
puppet-nodo-823ebd6af2e863f8c37e8bf7d5b81bd8ace0451d.tar.bz2
Manage fdupes into nodo::utils::storage::archive
-rw-r--r--manifests/utils/storage/archive.pp2
1 files changed, 1 insertions, 1 deletions
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,
}
}