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