Merge "Cleanup yum/dnf cache after repositories setup"

This commit is contained in:
Zuul 2020-08-19 15:25:24 +00:00 committed by Gerrit Code Review
commit 0228cd37e7
1 changed files with 2 additions and 1 deletions

View File

@ -178,6 +178,7 @@ class openstack_extras::repo::redhat::redhat(
file { $filename:
path => "/etc/yum.repos.d/${filename}",
source => $url,
notify => Exec['yum_refresh'],
}
}