- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with etc_services
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Manage a single /etc/services
entry.
Manage a single /etc/services
entry.
/etc/services
Manage /etc/services
entries.
Separator /
is used between service_name and protocol and is mandatory.
Example:
::etc_services { 'kerberos/udp':
port => '88',
aliases => [ 'kerberos5', 'krb5', 'kerberos-sec' ],
comment => 'Kerberos v5'
}
- etc_services: Manage
/etc/services
entry.
This module could be used on any operating systems that has support for augeas and uses /etc/services
file.
If you want to contribute or adjust some of the settings / behavior, either:
- create a new Pull Request.