config: Depends also on apache module

Closes #1778

Signed-off-by: Veiko Aasa <veiko17@disroot.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Veiko Aasa 2020-02-17 10:36:31 +02:00 committed by Sunil Mohan Adapa
parent d9fd71297e
commit e073f0169c
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -39,7 +39,7 @@ _description = [
'like hostname, domain name, webserver home page etc.')
]
depends = ['firewall', 'names']
depends = ['apache', 'firewall', 'names']
APACHE_CONF_ENABLED_DIR = '/etc/apache2/conf-enabled'
APACHE_HOMEPAGE_CONF_FILE_NAME = 'freedombox-apache-homepage.conf'