From 20841f83eb31446d1f98032a7e42f721f3fa441a Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Wed, 29 May 2013 15:36:19 -0400 Subject: [PATCH] Remove comments no longer applicable to current config (imported from commit 53ebfb22c4fd8943b7153350a0141ee251a6f6b5) --- servers/puppet/modules/humbug/manifests/app_frontend.pp | 7 ------- 1 file changed, 7 deletions(-) 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. -}