mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
apache: Add ssl-cert package as dependency
The make-ssl-cert command is used during initial setup so it is a hard dependency. Earlier it was being included as a Recommends: via apache2 package. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
28e19abf46
commit
f07a81ef39
@ -19,7 +19,7 @@ is_essential = True
|
||||
|
||||
managed_services = ['apache2']
|
||||
|
||||
managed_packages = ['apache2', 'php-fpm']
|
||||
managed_packages = ['apache2', 'php-fpm', 'ssl-cert']
|
||||
|
||||
app = None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user