Skip to content

Commit

Permalink
Add an acceptance test with a backslash in the password
Browse files Browse the repository at this point in the history
This test also lets the server class create the admin user, this
abbreviates the test code a bit and increases the coverage of the
acceptance test.
  • Loading branch information
stevenpost committed May 6, 2024
1 parent 0428248 commit 228f319
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions spec/acceptance/server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,24 @@ class { 'mongodb::globals':
end

describe 'installation using authentication' do
after :all do
pp = <<-EOS
class { 'mongodb::globals':
#{repo_ver_param}
}
-> class { 'mongodb::server':
ensure => absent,
package_ensure => purged,
service_ensure => stopped
}
-> class { 'mongodb::client':
ensure => purged
}
EOS

apply_manifest(pp, catch_failures: true)
end

it 'works with no errors' do
pp = <<-EOS
class { 'mongodb::globals':
Expand Down Expand Up @@ -154,6 +172,67 @@ class { 'mongodb::globals':
end
end

describe 'installation using authentication with complex password' do
it 'works with no errors' do

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084650537.pp.zKsoi0 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985212' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084652249.pp.vYW0W4 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985213' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084700178.pp.9hSp0Z Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985221' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084657998.pp.IJqY7P Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985219' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084706350.pp.G6z8A3 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985227' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084719503.pp.n1RZOP Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985241' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084718764.pp.2mm8L6 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985240' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084719335.pp.J0GxpJ Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985240' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084721404.pp.CocwnV Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985243' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084722175.pp.vWSF8l Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985243' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084725415.pp.NaELqA Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985246' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084722508.pp.Ql9ehX Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985244' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084725443.pp.vHFydM Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985247' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084731635.pp.Km5Oe0 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985253' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084740141.pp.PuWnur Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985261' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084743090.pp.vC3eq5 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985264' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084746534.pp.pnzBKK Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985268' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084745254.pp.3Jlvjj Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985266' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084750167.pp.W6MYa0 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985271' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084753434.pp.s5abqK Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985275' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084812400.pp.7ma1If Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985293' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 12 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084800813.pp.C6IvA8 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.19 seconds Info: Using environment 'production' Info: Applying configuration version '1714985283' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084830179.pp.9LKVT7 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985311' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084818144.pp.3rDOK3 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985299' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084831644.pp.3PECGs Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985313' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084837635.pp.McbEAM Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985319' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084848067.pp.U1VqN7 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985329' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084835665.pp.B6nTCc Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985317' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084855815.pp.ePWq3u Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985337' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 5.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084919767.pp.VEZnQk Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.20 seconds Info: Using environment 'production' Info: Applying configuration version '1714985363' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085048316.pp.e6Jtyb Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985450' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085030864.pp.8930Hu Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.19 seconds Info: Using environment 'production' Info: Applying configuration version '1714985434' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085131266.pp.zhsQPS Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.19 seconds Info: Using environment 'production' Info: Applying configuration version '1714985495' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084853578.pp.3WLLBR Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.18 seconds Info: Using environment 'production' Info: Applying configuration version '1714985336' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084920062.pp.7tMhnW Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.20 seconds Info: Using environment 'production' Info: Applying configuration version '1714985363' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084927151.pp.3qQQRm Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.20 seconds Info: Using environment 'production' Info: Applying configuration version '1714985370' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084945942.pp.Tx8C2c Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985387' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085052713.pp.7L8K59 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.21 seconds Info: Using environment 'production' Info: Applying configuration version '1714985456' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085126869.pp.0PvZmG Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985488' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 5.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084906513.pp.zsWTbT Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.19 seconds Info: Using environment 'production' Info: Applying configuration version '1714985349' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085026683.pp.g70E0e Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985428' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085137272.pp.KBFnUl Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.20 seconds Info: Using environment 'production' Info: Applying configuration version '1714985501' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084950744.pp.IMrDt3 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1714985392' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085105846.pp.oJWF8U Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985467' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085006218.pp.EjPNTY Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985407' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph

Check failure on line 176 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085032496.pp.Lz9USY Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985434' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
pp = <<-EOS
class { 'mongodb::globals':
#{repo_ver_param}
}
-> class { 'mongodb::server':
auth => true,
create_admin => true,
handle_creds => true,
store_creds => true,
admin_username => 'admin',
admin_password => 'admin_\\_password',
restart => true,
}
-> class { 'mongodb::client': }
EOS

apply_manifest(pp, catch_failures: true)
apply_manifest(pp, catch_changes: true)
end

describe package(package_name) do
it { is_expected.to be_installed }

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 12 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed

Check failure on line 198 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
end

describe file(config_file) do
it { is_expected.to be_file }

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 12 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false

Check failure on line 202 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
end

describe service(service_name) do
it { is_expected.to be_enabled }

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 12 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled

Check failure on line 206 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
it { is_expected.to be_running }

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 12 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running

Check failure on line 207 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
end

describe port(27_017) do
it { is_expected.to be_listening }

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 12 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening

Check failure on line 211 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
end

describe command('mongosh --quiet --eval "db.serverCmdLineOpts().ok"') do
its(:stderr) { is_expected.to match %r{requires authentication} }

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 12 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found

Check failure on line 215 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
end

describe file('/root/.mongoshrc.js') do
it { is_expected.to be_file }
it { is_expected.to be_owned_by 'root' }
it { is_expected.to be_grouped_into 'root' }
it { is_expected.to be_mode 600 }
it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' }

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 12 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"

Check failure on line 223 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
end

describe command("mongosh admin --quiet --eval \"load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])\"") do
its(:exit_status) { is_expected.to eq 0 }

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 12 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)

Check failure on line 227 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" }

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 12 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 10 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Debian 11 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}

Check failure on line 228 in spec/acceptance/server_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0

mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
end

describe command('mongod --version') do
its(:exit_status) { is_expected.to eq 0 }
end
end

describe 'uninstallation' do
it 'uninstalls mongodb' do
pp = <<-EOS
Expand Down

0 comments on commit 228f319

Please sign in to comment.