Add tmpwatch to the bootstrap

We always configure a tmpwatch cron as part of the logrotate-crond
container but we need to make sure it's installed in the case of
pre-deployed servers.

Change-Id: I48381c2972900c52fd68885026d4e64e9663d072
Closes-Bug: #1864118
This commit is contained in:
Alex Schultz 2020-02-20 15:34:32 -07:00
parent f3729699ff
commit 9d00098c6a
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ _tripleo_bootstrap_packages_bootstrap:
- os-net-config
- python3-libselinux
- puppet-tripleo
- tmpwatch
_tripleo_bootstrap_legacy_network_packages:
- network-scripts

View File

@ -24,3 +24,4 @@ _tripleo_bootstrap_packages_bootstrap:
- openstack-selinux
- openvswitch
- puppet-tripleo
- tmpwatch