Skip to content

MODULES-2989 parameter ensure of custom resource postgresql_replication_slot is not documented #884

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

Merged
merged 4 commits into from
Jul 3, 2017
Merged

MODULES-2989 parameter ensure of custom resource postgresql_replication_slot is not documented #884

merged 4 commits into from
Jul 3, 2017

Conversation

MartyEwings
Copy link
Contributor

MODULES-2989 parameter ensure of custom resource postgresql_replication_slot is not documented

updated the README.md appropriately

README.md Outdated
@@ -1638,6 +1638,14 @@ Specifies the name of the slot to create. Must be a valid replication slot name.

This is the namevar.

##### `ensure`

Specifies the action to create or destroy named slot. Must be present
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove "Must be present" here and add "Required." as a line under the ensure title please?

README.md Outdated

Valid values: `present`, `absent`.

Default value: `present`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The values present and absent need to have single quotes around them instead of backticks.

fixed ' v ` issue from review
added required string instead of must be present
@pmcmaw pmcmaw self-requested a review June 16, 2017 15:43
Copy link
Contributor

@pmcmaw pmcmaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move the 'Required.' to above the description and below the title. Eg something like this:

db

Required.

Sets the name of the database in which to create this schema.

@tphoney tphoney merged commit 9ccf259 into puppetlabs:master Jul 3, 2017
diogokiss pushed a commit to Tradeshift/puppetlabs-postgresql that referenced this pull request Jan 3, 2019
…on_slot is not documented (puppetlabs#884)

added required string instead of must be present
cegeka-jenkins pushed a commit to cegeka/puppet-postgresql that referenced this pull request Feb 3, 2022
…on_slot is not documented (puppetlabs#884)

added required string instead of must be present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants