debian/hobo-agent: add support for settings.d (#22082)

This commit is contained in:
Thomas NOËL 2018-03-23 19:17:02 +01:00
parent d647fa9511
commit ebeec12cba
1 changed files with 4 additions and 0 deletions

View File

@ -36,3 +36,7 @@ CELERY_SETTINGS = {
('Admins', 'root@localhost'),
),
}
# run additional settings snippets
ETC_DIR = '/etc/hobo-agent'
execfile('/usr/lib/hobo/debian_config_settings_d.py')