Skip to content

Missing quotation marks #1

@emersonposadas

Description

@emersonposadas

On templates/suseproxy.erb theres a missing quotation mark that causes an issue on SUSE/OpenSUSE machines on line 69:

Master version:
NO_PROXY="localhost,127.0.0.1,<%= server_ip %>,<%= domains %>

This should be:
NO_PROXY="localhost,127.0.0.1,<%= server_ip %>,<%= domains %>"

Patch text to apply:
--- suseproxy.erb 2015-07-30 08:56:35.835280452 -0700
+++ suseproxy.erb.new 2015-07-30 08:56:51.447055003 -0700
@@ -66,7 +66,7 @@
<% else %>
<% server_ip = @ipaddress_eth0 %>
<% end %>
-NO_PROXY="localhost,127.0.0.1,<%= server_ip %>,<%= domains %>
+NO_PROXY="localhost,127.0.0.1,<%= server_ip %>,<%= domains %>"
<% else %>
NO_PROXY="localhost,127.0.0.1"
<% end %>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions