Merge "db: Use ensure_packages to manage backend package"

This commit is contained in:
Zuul
2023年08月02日 13:58:29 +00:00
committed by Gerrit Code Review

View File

@@ -150,7 +150,7 @@ describe 'oslo::db' do
it 'install the proper backend package' do
is_expected.to contain_package(platform_params[:pymysql_package_name]).with(
:ensure => 'present',
:ensure => 'installed',
:name => platform_params[:pymysql_package_name],
:tag => 'openstack'
)
@@ -176,7 +176,7 @@ describe 'oslo::db' do
it 'install the proper backend package' do
is_expected.to contain_package(platform_params[:pysqlite2_package_name]).with(
:ensure => 'present',
:ensure => 'installed',
:name => platform_params[:pysqlite2_package_name],
:tag => 'openstack'
)
Reference in New Issue
openstack/puppet-oslo
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.