diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-23 21:52:51 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-23 21:52:51 -0200 |
commit | 1b98c9a6df01b7287f7c7f1557fe627e9e73c582 (patch) | |
tree | ff76e96f0c6f41ab86dda2cc992184dd62b92be0 /manifests | |
parent | a0139760cc478d3ff81aa9581245415097942d39 (diff) | |
download | puppet-nodo-1b98c9a6df01b7287f7c7f1557fe627e9e73c582.tar.gz puppet-nodo-1b98c9a6df01b7287f7c7f1557fe627e9e73c582.tar.bz2 |
Cleanup
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils/debian.pp | 7 |
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, - } - } } |