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

Fix upstream_cfg_prepend loop to put every element on a dedicated line #166

Merged
merged 1 commit into from
Oct 25, 2013

Conversation

dkerwin
Copy link
Contributor

@dkerwin dkerwin commented Oct 22, 2013

Hi James,

this tiny change will fix the upstream template. Turns this

check interval=3000 rise=2 fall=5 timeout=1000 type=http;  check_http_expect_alive http_2xx;  check_http_send "GET /_version HTTP/1.0\r\n\r\n";

into

check interval=3000 rise=2 fall=5 timeout=1000 type=http;
check_http_expect_alive http_2xx;
check_http_send "GET /_version HTTP/1.0\r\n\r\n";

Thanks a lot for your work on this module.

Cheers!
Daniel

jfryman pushed a commit that referenced this pull request Oct 25, 2013
Fix upstream_cfg_prepend loop to put every element on a dedicated line
@jfryman jfryman merged commit 6f87f1c into voxpupuli:master Oct 25, 2013
@jfryman
Copy link
Contributor

jfryman commented Oct 25, 2013

Thanks so much!

cegeka-jenkins pushed a commit to cegeka/puppet-nginx that referenced this pull request Oct 23, 2017
Fix upstream_cfg_prepend loop to put every element on a dedicated line
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.

2 participants