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 / network.erb
100644 18 lines (17 sloc) 0.48 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
################################################
# #
# THIS FILE IS MANAGED BY PUPPET. DO NOT EDIT! #
# #
################################################
<%if netstate == 'present' -%>
NETWORKING=yes
<% elsif netstate == 'absent' -%>
NETWORKING=no
<% end -%>
NETWORKING_IPV6=no
HOSTNAME=<%= fqdn %>
NOZEROCONF=yes
<% if gwdev != '' -%>
GATEWAY=<%= gw %>
GATEWAYDEV=<%= gwdev %>
<% end -%>