diff --git a/network/templates/hostname.if.erb b/network/templates/hostname.if.erb index 55c0346..1cc3d52 100644 --- a/network/templates/hostname.if.erb +++ b/network/templates/hostname.if.erb @@ -1,5 +1,5 @@ -<%= @options.join("\n") unless @options.empty? %> -<% if @proto == 'dhcp' -%> +<%= @options.join("\n")+"\n" unless @options.empty? -%> +<% if @proto == 'dhcp' %> dhcp NONE NONE NONE <% elsif @proto == 'none' -%> up