evolinux-base: remove the chrony package
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jérémy Lecour 2020-01-16 10:57:38 +01:00 committed by Jérémy Lecour
parent c4ede03f3a
commit 80081aa26e
3 changed files with 10 additions and 1 deletions

View File

@ -21,6 +21,7 @@ The **patch** part changes incrementally at each release.
* evolinux-base: install /sbin/deny
* evolinux-base: on debian 10 and later, add noexec on /dev/shm
* evolinux-base: on debian 10 and later, add /usr/share/scripts in root's PATH
* evolinux-base: remove the chrony package
* generate-ldif: support MariaDB 10.3
* haproxy: add a variable to keep the existing configuration
* listupgrade: install old-kernel-autoremoval script

View File

@ -82,6 +82,7 @@ evolinux_packages_stretch: True
evolinux_packages_buster: True
evolinux_packages_serveur_base: True
evolinux_packages_purge_openntpd: True
evolinux_packages_purge_chrony: True
evolinux_packages_purge_locate: True
evolinux_packages_invalid_mta: True
evolinux_packages_delete_nfs: True

View File

@ -63,9 +63,16 @@
apt:
name: openntpd
state: absent
purge: yes
purge: True
when: evolinux_packages_purge_openntpd
- name: the chrony package is absent
apt:
name: chrony
purge: True
state: absent
when: evolinux_packages_purge_chrony
- name: Be sure locate/mlocate is absent/purged
apt:
name: