{"id":15099012,"url":"https://github.com/bodgit/puppet-lldpd","last_synced_at":"2025-08-02T03:33:30.433Z","repository":{"id":49114790,"uuid":"101769639","full_name":"bodgit/puppet-lldpd","owner":"bodgit","description":"Puppet Module for managing lldpd","archived":false,"fork":false,"pushed_at":"2021-06-28T13:06:44.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-15T09:53:58.270Z","etag":null,"topics":["cdp","centos","debian","lldp","lldpd","openbsd","puppet","rhel","snmp"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/bodgit/lldpd","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bodgit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-29T14:20:22.000Z","updated_at":"2021-06-28T13:06:40.000Z","dependencies_parsed_at":"2022-09-11T06:06:18.782Z","dependency_job_id":null,"html_url":"https://github.com/bodgit/puppet-lldpd","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bodgit/puppet-lldpd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-lldpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-lldpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-lldpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-lldpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodgit","download_url":"https://codeload.github.com/bodgit/puppet-lldpd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-lldpd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268331010,"owners_count":24233158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cdp","centos","debian","lldp","lldpd","openbsd","puppet","rhel","snmp"],"created_at":"2024-09-25T17:02:10.783Z","updated_at":"2025-08-02T03:33:30.119Z","avatar_url":"https://github.com/bodgit.png","language":"Ruby","readme":"# lldpd\n\n[![Build Status](https://img.shields.io/github/workflow/status/bodgit/puppet-lldpd/Test)](https://github.com/bodgit/puppet-lldpd/actions?query=workflow%3ATest)\n[![Codecov](https://img.shields.io/codecov/c/github/bodgit/puppet-lldpd)](https://codecov.io/gh/bodgit/puppet-lldpd)\n[![Puppet Forge version](http://img.shields.io/puppetforge/v/bodgit/lldpd)](https://forge.puppetlabs.com/bodgit/lldpd)\n[![Puppet Forge downloads](https://img.shields.io/puppetforge/dt/bodgit/lldpd)](https://forge.puppetlabs.com/bodgit/lldpd)\n[![Puppet Forge - PDK version](https://img.shields.io/puppetforge/pdk-version/bodgit/lldpd)](https://forge.puppetlabs.com/bodgit/lldpd)\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with lldpd](#setup)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with lldpd](#beginning-with-lldpd)\n3. [Usage - Configuration options and additional functionality](#usage)\n4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Description\n\nThis module installs and manages `lldpd` which provides LLDP advertisements\nto connected network devices.\n\nRHEL/CentOS, Ubuntu, Debian and OpenBSD are supported using Puppet 5 or\nlater.\n\n## Setup\n\n### Setup Requirements\n\nOn RHEL/CentOS platforms you will need to have access to the EPEL repository by\nusing [puppet/epel](https://forge.puppet.com/puppet/epel) or by other means.\n\n### Beginning with lldpd\n\nIn the very simplest case, applying the module will install and start the\n`lldpd` agent and enable LLDP advertisements:\n\n```puppet\ninclude lldpd\n```\n\n## Usage\n\nIf you want to also enable the Cisco Discovery Protocol, which comprises two\nversions, use the following:\n\n```puppet\nclass { 'lldpd':\n  enable_cdpv1 =\u003e true,\n  enable_cdpv2 =\u003e true,\n}\n```\n\nEnabling the SNMP AgentX sub-agent can be done with:\n\n```puppet\nclass { 'lldpd':\n  enable_snmp =\u003e true,\n  snmp_socket =\u003e ['127.0.0.1', 705],\n}\n```\n\n## Reference\n\nThe reference documentation is generated with\n[puppet-strings](https://github.com/puppetlabs/puppet-strings) and the latest\nversion of the documentation is hosted at\n[https://bodgit.github.io/puppet-lldpd/](https://bodgit.github.io/puppet-lldpd/)\nand available also in the [REFERENCE.md](https://github.com/bodgit/puppet-lldpd/blob/main/REFERENCE.md).\n\n## Limitations\n\nThis module has been built on and tested against Puppet 5 and higher.\n\nThe module has been tested on:\n\n* Red Hat/CentOS Enterprise Linux 6/7/8\n* Ubuntu 16.04/18.04/20.04\n* Debian 9/10\n* OpenBSD 6.9\n\n## Development\n\nThe module relies on [PDK](https://puppet.com/docs/pdk/1.x/pdk.html) and has\nboth [rspec-puppet](http://rspec-puppet.com) and\n[Litmus](https://github.com/puppetlabs/puppet_litmus) tests. Run them\nwith:\n\n```\n$ bundle exec rake spec\n$ bundle exec rake litmus:*\n```\n\nPlease log issues or pull requests at\n[github](https://github.com/bodgit/puppet-lldpd).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-lldpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodgit%2Fpuppet-lldpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-lldpd/lists"}