diff --git a/servers/puppet/modules/humbug/manifests/app_frontend.pp b/servers/puppet/modules/humbug/manifests/app_frontend.pp index 1c42714f63..14936a9dad 100644 --- a/servers/puppet/modules/humbug/manifests/app_frontend.pp +++ b/servers/puppet/modules/humbug/manifests/app_frontend.pp @@ -77,10 +77,3 @@ class humbug::app_frontend { File["/var/log/humbug"],] } - # TODO: Add /usr/lib/nagios/plugins/check_send_receive_time -> - # /home/humbug/humbug-deployments/current/api/humbug/bots/check_send_receive.py symlink - - # TODO: Ensure Django 1.5 is installed; this should be possible via - # the backports-sloppy mechanism or via backports once we upgrade to - # wheezy. -}