aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-23 21:52:51 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-23 21:52:51 -0200
commit1b98c9a6df01b7287f7c7f1557fe627e9e73c582 (patch)
treeff76e96f0c6f41ab86dda2cc992184dd62b92be0
parenta0139760cc478d3ff81aa9581245415097942d39 (diff)
downloadpuppet-nodo-1b98c9a6df01b7287f7c7f1557fe627e9e73c582.tar.gz
puppet-nodo-1b98c9a6df01b7287f7c7f1557fe627e9e73c582.tar.bz2
Cleanup
-rw-r--r--manifests/subsystems/utils/debian.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp
index 1401aea..bec24e0 100644
--- a/manifests/subsystems/utils/debian.pp
+++ b/manifests/subsystems/utils/debian.pp
@@ -9,11 +9,4 @@ class utils::personal::debian {
package { [ 'fortunes-br', 'unrar', 'recode', 'figlet', 'p7zip-full', 'unison', 'funcoeszz' ]:
ensure => installed,
}
-
- # Custom: might not be available in the official repositories
- if $nodo_use_custom_packages == true {
- package { [ 'kedpm', 'torchat' ]:
- ensure => installed,
- }
- }
}