mirror of https://github.com/zulip/zulip.git
remove block to prevent py2.5 packages from being installed
No longer relevant on wheezy. (imported from commit 77885bc78b3583a6eda277868318002f58d1d2f8)
This commit is contained in:
parent
fb11f60c37
commit
c13ac407e2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue