Skip to content
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

(maint) remove inconsistent extra variable #1044

Merged
merged 1 commit into from
Mar 25, 2019
Merged

(maint) remove inconsistent extra variable #1044

merged 1 commit into from
Mar 25, 2019

Conversation

binford2k
Copy link
Contributor

This just removes a variable that was confusing because of how
inconsistently it was used, and didn't really appear to be adding much
value anyway.

This just removes a variable that was confusing because of how
inconsistently it was used, and didn't really appear to be adding much
value anyway.
@puppet-community-rangefinder
Copy link

postgresql::server is a class

Breaking changes to this file WILL impact these modules (exact match):

Breaking changes to this file MAY impact these modules (near match):


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

@binford2k binford2k closed this Dec 24, 2018
@binford2k binford2k reopened this Dec 24, 2018
@binford2k binford2k closed this Dec 24, 2018
@binford2k binford2k reopened this Dec 24, 2018
@binford2k binford2k closed this Dec 24, 2018
@binford2k binford2k reopened this Dec 24, 2018
@binford2k binford2k closed this Dec 24, 2018
@binford2k binford2k reopened this Dec 24, 2018
@binford2k binford2k closed this Dec 24, 2018
@binford2k binford2k reopened this Dec 24, 2018
@puppet-community-rangefinder
Copy link

postgresql::server is a class

Breaking changes to this file WILL impact these modules (exact match):

Breaking changes to this file MAY impact these modules (near match):


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

@david22swan
Copy link
Member

@binford2k Do you have a specific reason for wanting this?? I just worry that it is being used external users and as such would break their code.

@binford2k
Copy link
Contributor Author

binford2k commented Jan 14, 2019

Since it's a static string and the variable name is longer than the value it contains, I think the probability that it's being used externally is astronomically small. It's also an internal variable, not part of any public API. That said, if you were highly concerned about that, you could grep each repo listed in the rangefinder report for \${?(::)?postgresql::server::pg}?

In reality, I just wanted a trivial & low risk change to a class used by a lot of people for rangefinder testing. ;-)

@david22swan
Copy link
Member

david22swan commented Jan 14, 2019

@binford2k If there wasn't a real reason behind the change I think I'll leave it as is just in case.
If that's OK with you.

@david22swan david22swan merged commit ef832c5 into puppetlabs:master Mar 25, 2019
cegeka-jenkins pushed a commit to cegeka/puppet-postgresql that referenced this pull request Feb 3, 2022
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.

2 participants