forked from razorsedge/puppet-network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModulefile
19 lines (14 loc) · 842 Bytes
/
Modulefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name 'razorsedge-network'
version '2.0.0'
author 'razorsedge'
license 'Apache 2.0'
project_page 'https://github.com/runningman/puppet-network'
source 'git://github.com/runningman/puppet-network.git'
summary 'Puppet module to manage RedHat/Fedora traditional network configuration.'
description 'This module manages Red Hat/Fedora traditional network configuration.
It allows for static, dhcp, and bootp configuration of normal and bonded interfaces. There is support for aliases on normal and bonded interfaces. It can configure static routes. It can configure MTU, ETHTOOL_OPTS, and BONDING_OPTS on a per-interface basis.
It can configure the following files:
* /etc/sysconfig/network
* /etc/sysconfig/networking-scripts/route-*
* /etc/sysconfig/networking-scripts/ifcfg-*
Class and Define documentation is available via puppetdoc.'