diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d63f44..5d3ffea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,9 @@ The **patch** part changes incrementally at each release. * tomcat: better tomcat version management * webapps/evoadmin-web: add dbadmin.sh to sudoers file * evomaintenance: embed version 0.5.0 -* opendkim : aligning roles with our conventions, major changes in opendkim-add.sh -* apt : Replace mirror.evolix.org by archives.debian.org for jessie-backport +* opendkim: aligning roles with our conventions, major changes in opendkim-add.sh +* apt: Replace mirror.evolix.org by archives.debian.org for jessie-backport +* apt: Remove jessie-update suite as it's no longer exists ### Fixed diff --git a/apt/templates/jessie_basics.list.j2 b/apt/templates/jessie_basics.list.j2 index 684b7bb3..467e7f30 100644 --- a/apt/templates/jessie_basics.list.j2 +++ b/apt/templates/jessie_basics.list.j2 @@ -1,5 +1,4 @@ # {{ ansible_managed }} deb http://mirror.evolix.org/debian/ jessie {{ apt_basics_components | mandatory }} -deb http://mirror.evolix.org/debian/ jessie-updates {{ apt_basics_components | mandatory }} deb http://security.debian.org/ jessie/updates {{ apt_basics_components | mandatory }}