Fix missing notification to trigger yum update

Change-Id: Id5dc186f88b0cf78607ac7e66d1d32e8534cd34f
This commit is contained in:
Takashi Kajinami 2020-08-24 22:55:12 +09:00
parent 49aaf24b4c
commit 83eb9d7a86
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ class openstack_extras::repo::redhat::redhat(
command => "/usr/bin/${yum_command} update -y",
refreshonly => true,
}
Exec['yum_refresh'] -> Exec['yum_update'] -> Package <||>
Exec['yum_refresh'] ~> Exec['yum_update'] -> Package <||>
}
else {
Exec['yum_refresh'] -> Package <||>