1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
* xs- goes to iiab-

* more xs->iiab

* sysconfig was forgotten

* hyphen vs underscore i roles network templates

* bulk sed on pgsql-xs

* create links for old script names

* missed named-xs -> named-iiab

* squid-xs ->squid-iiab

* misspelled squid-iiab.conf.j2
This commit is contained in:
georgejhunt 2017-06-27 19:53:13 -07:00 committed by GitHub
parent 909439f40b
commit 4462652deb
36 changed files with 110 additions and 104 deletions

View file

@ -83,8 +83,8 @@
state=absent
when: not moodle_enabled and is_debuntu
- name: Start postgresql-xs
service: name=postgresql-xs
- name: Start postgresql-iiab
service: name=postgresql-iiab
state=restarted
- name: Create db user
@ -109,8 +109,8 @@
src=moodle_installer
mode=0755
- name: Restart postgresql-xs
service: name=postgresql-xs
- name: Restart postgresql-iiab
service: name=postgresql-iiab
state=restarted
enabled=yes
when: moodle_enabled