Browse Source

Remove references to Debian 7

Alex Payne 9 years ago
parent
commit
69abd70297
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      CONTRIBUTING.md
  2. 1
    1
      roles/mailserver/tasks/dovecot.yml

+ 1
- 1
CONTRIBUTING.md View File

7
 Make sure you agree with the license (GPLv3). See [LICENSE.md](./LICENSE.md) for details.
7
 Make sure you agree with the license (GPLv3). See [LICENSE.md](./LICENSE.md) for details.
8
 
8
 
9
 If you issue a pull request, please specify what distribution you used for testing (if any).
9
 If you issue a pull request, please specify what distribution you used for testing (if any).
10
-Code that is committed to the master branch should work with both Debian 7 and Ubuntu 14.04 LTS (Debian 8 support is coming up).
10
+Code that is committed to the master branch should work with both Debian 8 "Jessie" and Ubuntu 14.04 LTS "Trusty".

+ 1
- 1
roles/mailserver/tasks/dovecot.yml View File

1
-- name: Install Dovecot and related packages on distributions other than Debian 7
1
+- name: Install Dovecot and related packages
2
   apt: pkg={{ item }} update_cache=yes state=installed
2
   apt: pkg={{ item }} update_cache=yes state=installed
3
   with_items:
3
   with_items:
4
     - dovecot-core
4
     - dovecot-core

Loading…
Cancel
Save