-
-
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
Example for set_parameters #582
Comments
That depends on whether you use Hiera or the Puppet DSL. Hiera:
Puppet:
Please provide more infos, if this does not work. I never used this module. 🤓 |
Thanks @dhoppe, I'm using puppetDSL it looks like, this is the full class I use
but I get the error then I get |
I do not think that the error message is related to this Puppet module. It looks like a message from the mongoDB config validator. According to the man pages of mongoDB, this parameter can only be set during the start-up: I think this parameter needs to be added at |
I think it now works with this syntax-
Puppet runs and mongo starts with no errors, but I need to test it out |
this is broken in the content_template
|
Can't seem to work out how to add an additional parameter under 'set_parameters'
set_parameter => 'authenticationMechanisms: SCRAM-SHA-1',
set_parameter => 'authenticationMechanisms= SCRAM-SHA-1',
Is there an example?
What are you seeing
setParameter is of type StringMap, but value in YAML config is not a map type
The text was updated successfully, but these errors were encountered: