tailored-automation / puppet-module-patroni

Puppet module to manage Patroni, a tool for making PostgreSQL highly available
Other
1 stars 18 forks source link

adding standby cluster config #30

Closed plmayekar closed 2 years ago

plmayekar commented 2 years ago

@ghoneycutt , Kindly review this PR to add standby cluster configuration. so if is_standby is set true , standby_cluster section will come in place.

ghoneycutt commented 2 years ago

Check out this example (https://github.com/tailored-automation/puppet-module-patroni/blob/master/spec/classes/patroni_spec.rb#L318) for how to write a spec test to show that the parameters are properly set.

ghoneycutt commented 2 years ago

Great work @plmayekar

Could you please rebase/squash into one commit and we will get this merged and released.

plmayekar commented 2 years ago

@ghoneycutt I have rebased it . Once it gets merged, I will start using it in my environment :) Thank you so much on this.