2013-05-23 21:16:26 +00:00
|
|
|
Connection=ethernet
|
|
|
|
Description='A basic static ethernet connection'
|
2014-09-06 02:56:01 +00:00
|
|
|
Interface=<%= options[:device] %>
|
2013-05-23 21:16:26 +00:00
|
|
|
IP=static
|
2016-06-24 23:16:44 +00:00
|
|
|
Address=('<%= options[:ip]%>/<%= options[:netmask] %>')
|
|
|
|
<% if options[:gateway] -%>
|
2015-05-15 16:54:57 +00:00
|
|
|
Gateway='<%= options[:gateway] %>'
|
2016-06-24 23:16:44 +00:00
|
|
|
<% end -%>
|