forked from razorsedge/puppet-network
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModulefile
More file actions
21 lines (16 loc) · 915 Bytes
/
Modulefile
File metadata and controls
21 lines (16 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name 'razorsedge-network'
version '1.0.0'
source 'git://github.com/runningman/puppet-network.git'
author 'razorsedge'
license 'Apache 2.0'
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.'
project_page 'https://github.com/runningman/puppet-network'
## Add dependencies, if any:
# dependency 'username/name', '>= 1.2.0'