bump systemd: < 7.0.0 #258
ci.yml
on: pull_request
Puppet
/
Static validations
20s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
4 errors
Puppet / 8 (Ruby 3.2):
spec/defines/db_spec.rb#L18
mongodb::db default contains mongodb_user with mongodb_database requirement
Failure/Error:
is_expected.to contain_mongodb_user('User testuser on db testdb'). \
with_username('testuser'). \
with_database('testdb'). \
that_requires('Mongodb_database[testdb]')
Puppet::Error:
Could not autoload puppet/type/service: Could not autoload puppet/provider/service/bsd: Could not autoload puppet/provider/service/init: undefined method `downcase' for nil:NilClass
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/defines/db_spec.rb#L18
mongodb::db default contains mongodb_user with mongodb_database requirement
Failure/Error:
is_expected.to contain_mongodb_user('User testuser on db testdb'). \
with_username('testuser'). \
with_database('testdb'). \
that_requires('Mongodb_database[testdb]')
Puppet::Error:
Could not autoload puppet/type/service: Could not autoload puppet/provider/service/bsd: Could not autoload puppet/provider/service/init: undefined method `downcase' for nil:NilClass
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|