Merge "Replace wrong reference to puppet-oslo's parameter"

This commit is contained in:
Zuul 2025-01-09 19:06:42 +00:00 committed by Gerrit Code Review
commit fb5c2580e3
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class zaqar::management::redis(
}) })
Anchor['zaqar::install::begin'] Anchor['zaqar::install::begin']
-> Package<| name == $::oslo::params::python_redis_package_name |> -> Package<| name == $::zaqar::params::python_redis_package_name |>
-> Anchor['zaqar::install::end'] -> Anchor['zaqar::install::end']
} }
} }

View File

@ -46,7 +46,7 @@ class zaqar::messaging::redis(
}) })
Anchor['zaqar::install::begin'] Anchor['zaqar::install::begin']
-> Package<| name == $::oslo::params::python_redis_package_name |> -> Package<| name == $::zaqar::params::python_redis_package_name |>
-> Anchor['zaqar::install::end'] -> Anchor['zaqar::install::end']
} }
} }