mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
fix activity server install flag
This commit is contained in:
parent
cfbb7829f9
commit
191e260792
1 changed files with 4 additions and 1 deletions
|
@ -88,6 +88,9 @@ wan_nameserver:
|
||||||
|
|
||||||
# 3-BASE
|
# 3-BASE
|
||||||
|
|
||||||
|
# apache
|
||||||
|
allow_apache_sudo: False
|
||||||
|
|
||||||
# dhcpd
|
# dhcpd
|
||||||
dhcpd_install: True
|
dhcpd_install: True
|
||||||
dhcpd_enabled: False
|
dhcpd_enabled: False
|
||||||
|
@ -169,7 +172,7 @@ ejabberd_enabled: False
|
||||||
|
|
||||||
# idmgr and activity-server
|
# idmgr and activity-server
|
||||||
idmgr_install: True
|
idmgr_install: True
|
||||||
activity-server_install: True
|
activity_server_install: False
|
||||||
xo_services_enabled: False
|
xo_services_enabled: False
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue