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

Clean up nginx::resource::server #1082

Merged
merged 3 commits into from
May 5, 2017
Merged

Clean up nginx::resource::server #1082

merged 3 commits into from
May 5, 2017

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Apr 30, 2017

No description provided.


# Create a proper file close stub.
if (($listen_port + 0) != ($ssl_port + 0)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Hasn't this one accidentally been dropped and not replaced?

Copy link
Contributor

@yastupin yastupin left a comment

Choose a reason for hiding this comment

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

Waiting for confirmation on the second if (($listen_port + 0) != ($ssl_port + 0))

@oranenj
Copy link
Contributor

oranenj commented May 5, 2017

@yastupin: No. If I'm not reading the diff wrong, it duplicates the condition around the previous resource, so the cleanup was just to move the end of the if later.

@yastupin
Copy link
Contributor

yastupin commented May 5, 2017

@oranenj Yes thanks, I was the one reading it wrong.

@yastupin yastupin merged commit 3eb335c into voxpupuli:master May 5, 2017
cegeka-jenkins pushed a commit to cegeka/puppet-nginx that referenced this pull request Sep 13, 2019
Clean up nginx::resource::server
Rubueno pushed a commit to Rubueno/puppet-nginx that referenced this pull request Oct 19, 2020
Clean up nginx::resource::server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants