Merge "CentOS 9: Disable unit tests dependent on puppet-postgresql"
This commit is contained in:
@@ -39,7 +39,10 @@ describe 'keystone::db::postgresql' do
|
||||
}))
|
||||
end
|
||||
|
||||
it_behaves_like 'keystone::db::postgresql'
|
||||
# TODO(tkajinam): Remove this once puppet-postgresql supports CentOS 9
|
||||
unless facts[:osfamily] == 'RedHat' and facts[:operatingsystemmajrelease].to_i >= 9
|
||||
it_behaves_like 'keystone::db::postgresql'
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user