Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 1.4 KB

REFERENCE.md

File metadata and controls

74 lines (40 loc) · 1.4 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_hash

Data type: String[1]

the sha256 hashsum for the GPG key file that was used to sign the packages

Default value: '4f9e668fbdaaedf4fc8d83f4eb98db33553d7f4e1f0bca212d0a7ccc9f1a6adf'