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
|
|
|
|
Address=('<%= options[:ip]%>/24')
|
2015-05-15 16:54:57 +00:00
|
|
|
<% if options[:gateway] %>
|
|
|
|
Gateway='<%= options[:gateway] %>'
|
|
|
|
<% end %>
|