Browse Source

Merge pull request #419 from rokaz/jessie

Jessie
Justin Plock 9 years ago
parent
commit
89d0c07659
3 changed files with 3 additions and 1 deletions
  1. 1
    0
      roles/mailserver/tasks/solr.yml
  2. 1
    1
      roles/owncloud/tasks/owncloud.yml
  3. 1
    0
      vars/testing.yml

+ 1
- 0
roles/mailserver/tasks/solr.yml View File

2
   apt: pkg={{ item }} state=installed
2
   apt: pkg={{ item }} state=installed
3
   with_items:
3
   with_items:
4
     - dovecot-solr
4
     - dovecot-solr
5
+    - tomcat8
5
     - solr-tomcat
6
     - solr-tomcat
6
   tags:
7
   tags:
7
     - dependencies
8
     - dependencies

+ 1
- 1
roles/owncloud/tasks/owncloud.yml View File

4
 - name: Install ownCloud  dependencies
4
 - name: Install ownCloud  dependencies
5
   apt: pkg={{ item }} state=present
5
   apt: pkg={{ item }} state=present
6
   with_items:
6
   with_items:
7
-    - postgres
7
+    - postgresql
8
     - libapache2-mod-php5
8
     - libapache2-mod-php5
9
     - php-apc
9
     - php-apc
10
     - python-psycopg2
10
     - python-psycopg2

+ 1
- 0
vars/testing.yml View File

25
 
25
 
26
 # mailserver
26
 # mailserver
27
 mail_db_password: testPassword
27
 mail_db_password: testPassword
28
+mail_db_opendmarc_password: testPassword
28
 mail_virtual_domains:
29
 mail_virtual_domains:
29
   - name: "{{ domain }}"
30
   - name: "{{ domain }}"
30
     pk_id: 1
31
     pk_id: 1

Loading…
Cancel
Save