Browse Source

Merge pull request #419 from rokaz/jessie

Jessie
Justin Plock 8 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,6 +2,7 @@
2 2
   apt: pkg={{ item }} state=installed
3 3
   with_items:
4 4
     - dovecot-solr
5
+    - tomcat8
5 6
     - solr-tomcat
6 7
   tags:
7 8
     - dependencies

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

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

+ 1
- 0
vars/testing.yml View File

@@ -25,6 +25,7 @@ irc_timezone: "America/New_York" #Example: "America/New_York"
25 25
 
26 26
 # mailserver
27 27
 mail_db_password: testPassword
28
+mail_db_opendmarc_password: testPassword
28 29
 mail_virtual_domains:
29 30
   - name: "{{ domain }}"
30 31
     pk_id: 1

Loading…
Cancel
Save