Merge "Remove usage of custom os_package_type fact"

This commit is contained in:
Zuul 2022-01-07 20:18:14 +00:00 committed by Gerrit Code Review
commit 1d3596f6c2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class tempest::params {
'python3-virtualenv',
'python3-pip',
]
if $::os_package_type == 'debian' {
if $::operatingsystem == 'Debian' {
$python_telemetry_tests = 'telemetry-tempest-plugin'
$python_cinder_tests = 'cinder-tempest-plugin'
$python_designate_tests = 'designate-tempest-plugin'