-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add tags patroni fix #40
base: main
Are you sure you want to change the base?
Conversation
@ghoneycutt could you or any authorised collaborator have a look? I would like to move things forward. If there is something else I should do, please tell me. |
@@ -328,6 +328,15 @@ | |||
end | |||
end | |||
|
|||
context 'tags => true' do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be tests for all potential changes here.
What if
tags = true and tags_parameters is empty?
tags = true and tags_parameters has values?
tags = false and tags_parameters is empty?
tags = false and tags_parameters has values?
@@ -239,6 +239,10 @@ | |||
# @param service_enable | |||
# Patroni service enable property | |||
# @param custom_pip_provider | |||
# @param tags |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an acceptance test that shows when this is set to true and has tags_parameters that the correct information is in the yaml config.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See notes
Thank you very much for these contributions! |
Based in our previous collaborator work.
-Fixed space.
-Removed expected tags parameters.
Im using patroni managed by puppet so I would like to move forward this change.
If there is something alse I should do, please tell me.