-
-
Notifications
You must be signed in to change notification settings - Fork 879
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
Please reconsidere my pull request: Fix syntax "each" for ruby1.9 => each_line and add listen_port on rewrite_www_to_non_www #114
Conversation
Adding the port in case it is not by default.
this does not affect ruby1.9
�this does not affect ruby1.9
�this does not affect ruby1.9
this does not affect ruby1.9
this does not affect ruby1.9
Cool. Looks good. Thanks. 👍 |
Please reconsidere my pull request: Fix syntax "each" for ruby1.9 => each_line and add listen_port on rewrite_www_to_non_www
each_line not work for me! Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template nginx/vhost/vhost_location_directory.erb: puppet 3.2.4-1puppetlabs1 lsb_release -a |
Only String! proxy_set_header - array |
Indeed are arrays. I'll roolback on my side, the EACH should be able to operate on the 1.8 and 1.9 |
I'm added bug fix PR #121 |
Please reconsidere my pull request: Fix syntax "each" for ruby1.9 => each_line and add listen_port on rewrite_www_to_non_www
String#each is no longer available in Ruby 1.9, useString#each_line` instead.
Debug Examples:
Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template nginx/vhost/vhost_footer.erb:
Filepath: /etc/puppet/modules/nginx/templates/vhost/vhost_footer.erb
Line: 1
Detail: undefined method `each' for "global/security.conf":String
add listen_port on rewrite_www_to_non_www
Adding the port in case it is not by default.