aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-02 18:16:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-02 18:16:29 -0300
commitefc8971941a19ded2a4178e8926193577c9c99e5 (patch)
tree44f0df2608a9c911be16725752d54bb98a19ae5c
parent19dff94b062f23d89b6bb85a0de8d053873452c5 (diff)
downloadpuppet-nodo-efc8971941a19ded2a4178e8926193577c9c99e5.tar.gz
puppet-nodo-efc8971941a19ded2a4178e8926193577c9c99e5.tar.bz2
Moves p7zip-full to nodo::utils::multimedia::extractors
-rw-r--r--manifests/utils/bundle/debian.pp1
-rw-r--r--manifests/utils/multimedia/extractors.pp1
2 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/bundle/debian.pp b/manifests/utils/bundle/debian.pp
index db44ae6..bb40668 100644
--- a/manifests/utils/bundle/debian.pp
+++ b/manifests/utils/bundle/debian.pp
@@ -21,7 +21,6 @@ class nodo::utils::bundle::debian {
'recode',
'funcoeszz',
'detox',
- #'p7zip-full',
]:
ensure => absent,
}
diff --git a/manifests/utils/multimedia/extractors.pp b/manifests/utils/multimedia/extractors.pp
index 909a547..4f75aad 100644
--- a/manifests/utils/multimedia/extractors.pp
+++ b/manifests/utils/multimedia/extractors.pp
@@ -5,6 +5,7 @@ class nodo::utils::multimedia::extractors (
'rar',
'unrar',
'zip',
+ 'p7zip-full',
]:
ensure => $ensure,
}