[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
(cherry picked from commit f13000be15)
This commit is contained in:
Alex Schultz 2020-02-20 15:36:25 -07:00
parent eb31a0fa53
commit ff2085140a
2 changed files with 4 additions and 2 deletions

View File

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

View File

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