Просмотр исходного кода

Affix Postgres to version 9.1.

Addresses #362.
Alex Payne 10 лет назад
Родитель
Сommit
177ac9222b

+ 1
- 1
roles/mailserver/tasks/dovecot.yml Просмотреть файл

@@ -19,7 +19,7 @@
19 19
     - dovecot-managesieved
20 20
     - dovecot-pgsql
21 21
     - dovecot-pop3d
22
-    - postgresql-9.3
22
+    - postgresql-9.1
23 23
   when: ansible_distribution_release == 'trusty'
24 24
 
25 25
 - name: Create vmail group

+ 2
- 2
roles/mailserver/tasks/postfix.yml Просмотреть файл

@@ -11,14 +11,14 @@
11 11
     - sasl2-bin
12 12
   when: ansible_distribution_release != 'trusty'
13 13
 
14
-- name: Install Postfix 9.3 and related packages for Ubuntu Trusty
14
+- name: Install Postfix 9.1 and related packages for Ubuntu Trusty
15 15
   apt: pkg={{ item }} state=installed
16 16
   with_items:
17 17
     - libsasl2-modules
18 18
     - postfix
19 19
     - postfix-pcre
20 20
     - postfix-pgsql
21
-    - postgresql-9.3
21
+    - postgresql-9.1
22 22
     - postgrey
23 23
     - python-psycopg2
24 24
     - sasl2-bin

+ 1
- 1
roles/owncloud/tasks/owncloud.yml Просмотреть файл

@@ -7,7 +7,7 @@
7 7
     - libapache2-mod-php5
8 8
     - php-apc
9 9
     - python-psycopg2
10
-    - postgresql-9.3
10
+    - postgresql-9.1
11 11
 
12 12
 - name: Set postgres password
13 13
   command: sudo -u {{ db_admin_username }} psql -d {{ db_admin_username }} -c "ALTER USER postgres with  password '{{ db_admin_password }}';"

Загрузка…
Отмена
Сохранить