mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
sso: Add dependency on apache module
This ensures that Apache is fully setup before setting up mod-auth-pubtkt. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
602ea6cf16
commit
9369f72c4f
@ -25,7 +25,7 @@ version = 1
|
|||||||
|
|
||||||
is_essential = True
|
is_essential = True
|
||||||
|
|
||||||
depends = ['security']
|
depends = ['security', 'apache']
|
||||||
|
|
||||||
name = _('Single Sign On')
|
name = _('Single Sign On')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user