-
-
Notifications
You must be signed in to change notification settings - Fork 451
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
Notice on every run for password_hash #425
Comments
|
I edited your commit to properly format the code. Could you tell us which mongodb version you're using? The one from EPEL? I wonder if this is #327. |
|
Thanks for your response. We're using version 3.4.9. The password hashing works as expected (takes the plain text and takes the hex md5 digest of it). The problem is simply the notice of puppet executing the hashing on every run. |
|
Any news regarding this bug? I am using Debian 9 with the official MongoDB 3.2.11 package from the Debian APT repository and have the same problem with a very simple implementation of this module as you can see below: Puppet version is 4.8.2 from the Debian 9 APT repo. |
|
I've got the same issue - with Mongo 3.6.9 on Ubuntu 14. |
Short problem description:
On each and every run I get 'notice' output for the defined password_hash.
Example:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
no notice output
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: