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

Aggregated some PR & tested & simple bug fix & add new option #120

Merged
merged 14 commits into from
Sep 16, 2013

Conversation

abraham1901
Copy link
Contributor

Adding option http_cfg_prepend to class nginx
Merge branch 'sort_vhost_cfg_append'
Merge branch 'user-defined-vhost-logs'
Fix puppet-lint

<%# make sure that allow comes before deny by forcing the allow key (if it -%>
<%# exists) to be first in the output order. The hash keys also need to be -%>
<%# sorted so that the ordering is stable. -%>
<% if @vhost_cfg_prepend -%><% vhost_cfg_prepend.sort_by{ |k, v| k.to_s == 'allow' ? '' : k.to_s }.each do |key,value| -%>
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 use each_line to keep 1.9 support?

@jfryman
Copy link
Contributor

jfryman commented Aug 22, 2013

hawt! I'll merge after the simple changes with each_line

@abraham1901
Copy link
Contributor Author

ok

… dev

Conflicts:
	manifests/package/redhat.pp
	templates/vhost/vhost_footer.erb
	templates/vhost/vhost_header.erb
… dev

Conflicts:
	manifests/params.pp
	manifests/resource/location.pp
	manifests/resource/vhost.pp
	templates/vhost/vhost_header.erb
@abraham1901
Copy link
Contributor Author

Fixed.
Merge, please.

… dev

Conflicts:
	manifests/config.pp
	manifests/resource/location.pp
jfryman pushed a commit that referenced this pull request Sep 16, 2013
Aggregated some PR & tested & simple bug fix & add new option
@jfryman jfryman merged commit 315d7e1 into voxpupuli:master Sep 16, 2013
cegeka-jenkins pushed a commit to cegeka/puppet-nginx that referenced this pull request Oct 23, 2017
Aggregated some PR & tested & simple bug fix & add new option
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.

None yet

3 participants