Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongodb_user.present aplying changes on existing mongodb user even if Test=true #53965

Commits on Jul 24, 2019

  1. Fixes bug in MongoDb User State causing changes to be applied in case…

    … of an existing user even in test mode.
    dbuenor committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    439daa2 View commit details
    Browse the repository at this point in the history
  2. Added new test for mongodb_user.present that verifies the proper func…

    …tioning when aplying state for an existing user
    dbuenor committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    8fa56f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3950a2 View commit details
    Browse the repository at this point in the history
  4. Changed returned result when using test=true for mongodb_user.present…

    … to avoid false positives.
    dbuenor committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    889cc14 View commit details
    Browse the repository at this point in the history
  5. Refactorized mongodb_user.present to avoid showing successful changes…

    … when no changes has been made to user.
    
    Now shows changes when roles has been changed for user so its easier to see if roles going to changed in test mode.
    Changed tests to adapt to new behaviour.
    dbuenor committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    b101422 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    835812c View commit details
    Browse the repository at this point in the history