diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 17:49:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 17:49:56 -0300 |
commit | 0f83c2aebe89b53a939c2f437f827bfe9e90e02c (patch) | |
tree | f3e5a32341d07f9201d3751ba0a5026ed15b0e36 /manifests/utils/storage | |
parent | 4a880ad141c8deefb41549e5e79c868303e1c296 (diff) | |
download | puppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.gz puppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.bz2 |
Utils: reorder and cleanup
Diffstat (limited to 'manifests/utils/storage')
-rw-r--r-- | manifests/utils/storage/archive.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp index cd670dc..4082fe2 100644 --- a/manifests/utils/storage/archive.pp +++ b/manifests/utils/storage/archive.pp @@ -5,12 +5,13 @@ class nodo::utils::storage::archive { ensure => latest, } + # Not in use package { [ 'jigdo-file', 'fdupes', 'gddrescue', ]: - ensure => installed, + ensure => absent, } package { [ |