{"id":15022779,"url":"https://github.com/voxpupuli/puppet-bird","last_synced_at":"2025-12-11T21:33:21.102Z","repository":{"id":9853011,"uuid":"11847731","full_name":"voxpupuli/puppet-bird","owner":"voxpupuli","description":"Manage bird Internet routing daemon with puppet","archived":false,"fork":false,"pushed_at":"2024-04-12T11:21:33.000Z","size":317,"stargazers_count":4,"open_issues_count":1,"forks_count":9,"subscribers_count":47,"default_branch":"master","last_synced_at":"2024-04-13T21:47:57.909Z","etag":null,"topics":["archlinux-puppet-module","centos-puppet-module","debian-puppet-module","hacktoberfest","linux-puppet-module","puppet","ubuntu-puppet-module"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/puppet/bird","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"open_collective":"vox-pupuli","github":"voxpupuli"}},"created_at":"2013-08-02T16:34:01.000Z","updated_at":"2024-04-15T06:32:42.380Z","dependencies_parsed_at":"2024-04-15T06:32:41.101Z","dependency_job_id":"95c400cb-a31c-4bdb-908c-f206b054b172","html_url":"https://github.com/voxpupuli/puppet-bird","commit_stats":{"total_commits":190,"total_committers":15,"mean_commits":"12.666666666666666","dds":0.4473684210526315,"last_synced_commit":"d3ec0f8e47a3faff8dce5b83474a9369daf5c645"},"previous_names":["sbadia/puppet-bird"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-bird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-bird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-bird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-bird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-bird/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869634,"owners_count":16555298,"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","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":["archlinux-puppet-module","centos-puppet-module","debian-puppet-module","hacktoberfest","linux-puppet-module","puppet","ubuntu-puppet-module"],"created_at":"2024-09-24T19:58:22.540Z","updated_at":"2025-12-11T21:33:21.054Z","avatar_url":"https://github.com/voxpupuli.png","language":"Ruby","funding_links":["https://opencollective.com/vox-pupuli","https://github.com/sponsors/voxpupuli"],"categories":[],"sub_categories":[],"readme":"# Puppet-bird\n\n[![Build Status](https://github.com/voxpupuli/puppet-bird/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-bird/actions?query=workflow%3ACI)\n[![Release](https://github.com/voxpupuli/puppet-bird/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-bird/actions/workflows/release.yml)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/bird.svg)](https://forge.puppetlabs.com/puppet/bird)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/bird.svg)](https://forge.puppetlabs.com/puppet/bird)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/bird.svg)](https://forge.puppetlabs.com/puppet/bird)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/bird.svg)](https://forge.puppetlabs.com/puppet/bird)\n[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-bird)\n[![GPL v3 License](https://img.shields.io/github/license/voxpupuli/puppet-bird.svg)](LICENSE)\n\nManage [bird](http://bird.network.cz/) routing daemon via Puppet\n\n## Overview\n\nThe BIRD Internet Routing Daemon\n\nThe BIRD project aims to develop a fully functional dynamic IP routing daemon primarily targeted on (but not limited to) Linux, FreeBSD and other UNIX-like systems and distributed under the GNU General Public License.\n\nSupport: IPv4, IPv6, Multiple routing tables, BGP, RIP, OSPF, Static routes, IPv6 RA, Inter-table protocol\n\n## Usage\n\nA basic example fortwo config files, one for the ipv4 instance and one for the ipv6 instance of bird 1:\n\n```puppet\nclass { 'bird':\n  enable_v6       =\u003e true,\n  config_file_v4  =\u003e 'puppet:///modules/bgp/ldn/bird.conf',\n  config_file_v6  =\u003e 'puppet:///modules/bgp/ldn/bird6.conf',\n}\n```\n\nYou can also use the `bird::snippet` defined resource to manage parts of the\nconfiguration. For example:\n\n```puppet\nbird::snippet {'AS1234':\n  content =\u003e $content,\n}\n```\n\nThis will run the bird validation and reload it.\n\n## Parameters\n\nAll parameters are documented in the [REFERENCE.md](./REFERENCE.md)\n\n## Dependency\n\n* `puppetlabs/stdlib`\n\n# Contributors\n\n* https://github.com/voxpupuli/puppet-bird/graphs/contributors\n\n# Release Notes\n\nSee [CHANGELOG](https://github.com/voxpupuli/puppet-bird/blob/master/CHANGELOG.md) file.\n\n## Contributions\n\nContribution is fairly easy:\n\n* Fork the module into your namespace\n* Create a new branch\n* Commit your bugfix or enhancement\n* Write a test for it (maybe start with the test first)\n* Create a pull request\n\nDetailed instructions are in the [CONTRIBUTING.md](.github/CONTRIBUTING.md)\nfile.\n\n## License and Author\n\nThis module got migrated from [sbadia](https://github.com/sbadia) to Vox Pupuli.\nIt's licensed with [GPL version 3](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-bird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-bird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-bird/lists"}