mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
rest of patches
This commit is contained in:
parent
cb344d7d47
commit
6a1cd439cd
8 changed files with 27 additions and 5 deletions
|
|
@ -19,3 +19,5 @@ systemctl_program: /usr/bin/systemctl
|
|||
mysql_service: mariadb
|
||||
apache_log: /var/log/httpd/access_log
|
||||
sshd_service: sshd
|
||||
+php_version: 7.0
|
||||
+postgresql_version: 9.5
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
is_debian: true
|
||||
is_debuntu: true
|
||||
is_redhat: false
|
||||
is_fedora: False
|
||||
is_centos: false
|
||||
dns_service: bind9
|
||||
dns_user: bind
|
||||
|
|
@ -21,3 +22,5 @@ apache_log: /var/log/apache2/access.log
|
|||
# which in turn cause netfilter-persistent to fail, which is essential
|
||||
cups_install: True
|
||||
sshd_service: ssh
|
||||
php_version: 5
|
||||
postgresql_version: 9.4
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ idmgr_install: False
|
|||
debian_schooltool_install: False
|
||||
# 6-generic-aps
|
||||
# 7-edu-aps
|
||||
pathagar_install: True
|
||||
pathagar_install: False
|
||||
# 8-mgmat-tools
|
||||
sugar_stats_install: False
|
||||
ajenti_install: False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue