debian: declare custom hobo agent module (#10122)

This commit is contained in:
Frédéric Péters 2016-02-29 23:45:26 +01:00
parent 41df67c15c
commit 47de1d79bc
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ INSTALLED_APPS += ('mellon',)
#
execfile('/usr/lib/hobo/debian_config_common.py')
# add custom hobo agent module
INSTALLED_APPS = ('hobo.agent.combo', ) + INSTALLED_APPS
#
# local settings
#