Merge "packages: Remove unused deployment_type check"

This commit is contained in:
Zuul 2022-05-17 00:23:33 +00:00 committed by Gerrit Code Review
commit 80f739f54f
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ class tripleo::packages (
$enable_install = false,
) {
# if both enable_install is false *or* if we're in containers we noop package installations
if (!str2bool($enable_install)) or $::deployment_type == 'containers' {
# if both enable_install is false
if (!str2bool($enable_install)) {
case $::osfamily {
'RedHat': {
Package <| |> { provider => 'norpm' }