public
Fork of jtimberman/puppet
Description: Public Puppet Configuration by The SANS Institute
Homepage:
Clone URL: git://github.com/sansnoc/puppet.git
Joshua Timberman (author)
Wed Jun 18 08:46:57 -0700 2008
puppet / network / templates / hostname.trunk.erb
100644 12 lines (11 sloc) 0.477 kb
1
2
3
4
5
6
7
8
9
10
11
12
################################################
# #
# THIS FILE IS MANAGED BY PUPPET. DO NOT EDIT! #
# #
################################################
trunkproto <%= trunkproto %> <% trunkports.each do |tp| %> trunkport <%= tp %><% end %>
inet <%= ip %> <%= netmask %> <%= bcast %>
<% if routes -%>
<% routes.each do |route| %>! route -qn add -net <%= route %>
<% end -%>
<% end -%>