mariadb-clustercheck: do not install xinetd

We moved to socat on kolla-ansible side.

Change-Id: Icce201677dceaab8ca6f045158bbf565eef3a324
This commit is contained in:
Marcin Juszkiewicz 2022-07-29 12:10:29 +02:00
parent d7af870f81
commit b8572209e7
1 changed files with 0 additions and 8 deletions

View File

@ -3,13 +3,5 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% block mariadb_clustercheck_header %}{% endblock %}
{% import "macros.j2" as macros with context %}
{% set mariadb_clustercheck_packages = [
'xinetd'
] %}
{{ macros.install_packages(mariadb_clustercheck_packages | customizable("packages")) }}
{% block mariadb_clustercheck_footer %}{% endblock %}
{% block footer %}{% endblock %}