Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninech/puppet-networkinterfaces
This module manages the file /etc/network/interfaces for Debian based systems.
https://github.com/ninech/puppet-networkinterfaces
Last synced: about 1 month ago
JSON representation
This module manages the file /etc/network/interfaces for Debian based systems.
- Host: GitHub
- URL: https://github.com/ninech/puppet-networkinterfaces
- Owner: ninech
- License: mit
- Created: 2014-05-09T15:30:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-12T12:16:40.000Z (over 10 years ago)
- Last Synced: 2023-04-07T07:11:41.748Z (over 1 year ago)
- Language: Puppet
- Size: 142 KB
- Stars: 0
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Module networkinterfaces
This module manages the file /etc/network/interfaces on Debian based systems
and takes care of taking interfaces up/down if necessary.## Classes
### networkinterfaces
The base class that initializes concat for the file /etc/network/interfaces.
This class is included by the following defined type and therefore does not
need to be included in any manifest.## Defined Types
### networkinterfaces::interface
This defines an interface entry in /etc/network/interfaces. 'lo' is already
defined per default. For detailed usage instructions and a list of all
possible variables see networkinterfaces::interface.## Custom Facts
### default_gateway
This fact gathers the active default gateway out of the output of `ip route show`.## Copyright
Copyright (c) 2014 Nine Internet Solutions AG. See LICENSE.txt for further details.