Install tmpwatch in the overcloud base image

This will allow to properly clean files and logs without having to
use logrotate "postrotate" script.

Change-Id: I53d0d3f4bc16a9bbc33395b918436dbb652fb1b4
This commit is contained in:
Cédric Jeanneret 2019-03-08 09:16:48 +01:00
parent 82eabfadc9
commit bd0b986e88
2 changed files with 3 additions and 1 deletions

View File

@ -10,3 +10,4 @@ python_ipaddr
openstack_selinux
net_snmp
iptables_services
tmpwatch

View File

@ -12,6 +12,7 @@
"openstack_selinux": "openstack-selinux",
"net_snmp": "net-snmp",
"yum_plugin_priorities_package": "yum-plugin-priorities",
"iptables_services": "iptables-services"
"iptables_services": "iptables-services",
"tmpwatch": "tmpwatch"
}
}