aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-10-06 12:49:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-10-06 12:49:59 -0300
commite7021394b9e9da5942722e07fd5e4db554a2d2c7 (patch)
treedfd7a99c82fc5aad3d95e3187681ab66ea4f9d4e
parentcad1ba370ce0d94e6410f115f6d210a247ea8c48 (diff)
downloadpuppet-nodo-e7021394b9e9da5942722e07fd5e4db554a2d2c7.tar.gz
puppet-nodo-e7021394b9e9da5942722e07fd5e4db554a2d2c7.tar.bz2
Do not manage p7zip-full
-rw-r--r--manifests/utils/bundle/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/bundle/debian.pp b/manifests/utils/bundle/debian.pp
index 23ce9d6..db44ae6 100644
--- a/manifests/utils/bundle/debian.pp
+++ b/manifests/utils/bundle/debian.pp
@@ -19,9 +19,9 @@ class nodo::utils::bundle::debian {
package { [
'fortunes-br',
'recode',
- 'p7zip-full',
'funcoeszz',
'detox',
+ #'p7zip-full',
]:
ensure => absent,
}