[Stein and older] Ensure tmpwatch installed

tmpwatch needs to be installed in the case of deployed server. In newer
versions this is handled by an ansible role.

Change-Id: I7fb132f808f29927ab4ac0bc401233bc0f596dc0
Closes-Bug: #1864118
This commit is contained in:
Alex Schultz 2020-02-20 15:36:25 -07:00
parent b873e1e620
commit f13000be15
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@ yum install -y \
os-net-config \
openvswitch \
python-heat-agent* \
openstack-selinux
openstack-selinux \
tmpwatch
ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules

View File

@ -9,7 +9,8 @@ yum install -y \
openvswitch \
python3-heat-agent* \
lvm2 \
openstack-selinux
openstack-selinux \
tmpwatch
ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules