remove block to prevent py2.5 packages from being installed

No longer relevant on wheezy.

(imported from commit 77885bc78b3583a6eda277868318002f58d1d2f8)
This commit is contained in:
Luke Faraone 2013-05-28 18:22:15 -04:00
parent fb11f60c37
commit c13ac407e2
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@ class humbug::app_frontend {
"python-postmonkey", "python-django-jstemplate"]
package { $web_packages: ensure => "installed" }
# This next block can go away once we upgrade to Wheezy, which won't
# have Python 2.5 at all.
$web_nopackages = [ "python2.5", "python2.5-minimal" ]
package { $web_nopackages: ensure => "absent" }
file { "/etc/nginx/nginx.conf":
require => Package[nginx],
ensure => file,