From dc64345c8cf8fa6d8e141292b6cf5c53c9c56df5 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 27 Mar 2013 11:10:22 -0400 Subject: [PATCH] puppet: Add TODO item for Django 1.5 being installed on frontends. (imported from commit b4a884036d8050e2ecb780ce5779997ffce3a7b8) --- servers/puppet/modules/humbug/manifests/app_frontend.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/servers/puppet/modules/humbug/manifests/app_frontend.pp b/servers/puppet/modules/humbug/manifests/app_frontend.pp index 706bf870c8..c628b81edf 100644 --- a/servers/puppet/modules/humbug/manifests/app_frontend.pp +++ b/servers/puppet/modules/humbug/manifests/app_frontend.pp @@ -56,4 +56,8 @@ class humbug::app_frontend { # /home/humbug/humbug/api/humbug/bots/check_send_receive.py symlink # TODO: Setup the API distribution directory at /srv/www/dist/api/. + + # TODO: Ensure Django 1.5 is installed; this should be possible via + # the backports-sloppy mechanism or via backports once we upgrade to + # wheezy. }