Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 1.33 KB

REFERENCE.md

File metadata and controls

74 lines (40 loc) · 1.33 KB

Reference

Table of Contents

Classes

  • lldpd: A module to manage lldpd and related facts

Classes

lldpd

lldpd

Examples

Basic usage
include lldpd

Parameters

The following parameters are available in the lldpd class:

ensure

Data type: Enum['present', 'absent', 'latest']

Install or deinstall all related components

Default value: 'present'

manage_service

Data type: Boolean

Enable or disable the service management

Default value: true

manage_repo

Data type: Boolean

Enable or disable the repository setup

Default value: false

repourl

Data type: Optional[String[1]]

String that completes the url for the upstream repository

Default value: undef

apt_key

Data type: Optional[String[1]]

the public key used to sign the apt repository (default loaded from hiera)

Default value: undef