puppet-nginx icon indicating copy to clipboard operation
puppet-nginx copied to clipboard

string#each is deprecated as of ruby 1.9

Open mc0e opened this issue 9 years ago • 0 comments

templates/fcgi_site.erb expects to be able to iterate on string variables with each. In Ruby 1.8, this iterated over lines. That's deprecated by Ruby 1.9.

Specifically, templates/fcgi_site.erb tries to iterate on real_server_name and include.

mc0e avatar May 28 '16 21:05 mc0e