Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 1.44 KB

REFERENCE.md

File metadata and controls

74 lines (41 loc) · 1.44 KB

Reference

Table of Contents

Classes

Classes

portmap

Install the RPC port mapper.

Examples

Declaring the class
include portmap

Parameters

The following parameters are available in the portmap class:

manage_package

Data type: Boolean

Whether a package is needed to be installed.

package_name

Data type: Optional[String]

The package name, usually either portmap or rpcbind.

service_enable

Data type: Boolean

Whether to enable the service or not.

service_ensure

Data type: Enum['running', 'stopped']

Whether the service should be running or stopped.

service_name

Data type: String

The service name, usually either portmap or rpcbind.

portmap::install

The portmap::install class.

portmap::service

The portmap::service class.