-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Labels
No labels