-
-
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
Stdlib IP Address Variable #674
Comments
|
Has been already be fixed by #672. Still needs a release. |
|
We have the same issue with stdlib => 9. Would you know when the fix will be release? |
|
Same here ! |
|
Hello, Thanks |
|
As the fix for this has been merged, does anyone want to make a PR for a release? If not, I can make a new release, once I find the time (that might need a few more days of patience) :) |
|
This was fixed in forge release 5.0.0 |
https://github.com/voxpupuli/puppet-mongodb/blob/master/manifests/server.pp#L36
Is not compatible with recent versions of Stdlib => 9
Instead it should be:
Array[Stdlib::IP::Address] $bind_ip = $mongodb::params::bind_ip,The text was updated successfully, but these errors were encountered: