{"id":15517616,"url":"https://github.com/bodgit/puppet-rtadvd","last_synced_at":"2025-03-28T19:48:16.262Z","repository":{"id":57665079,"uuid":"41550771","full_name":"bodgit/puppet-rtadvd","owner":"bodgit","description":"Puppet Module for managing the IPv6 route advertisement daemon","archived":false,"fork":false,"pushed_at":"2018-04-29T20:33:34.000Z","size":92,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-22T14:01:28.771Z","etag":null,"topics":["ipv6","puppet","route-advertisement-daemon"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/bodgit/rtadvd","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":"2015-08-28T14:08:43.000Z","updated_at":"2018-04-29T20:33:35.000Z","dependencies_parsed_at":"2022-09-26T20:31:16.474Z","dependency_job_id":null,"html_url":"https://github.com/bodgit/puppet-rtadvd","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-rtadvd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-rtadvd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-rtadvd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-rtadvd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodgit","download_url":"https://codeload.github.com/bodgit/puppet-rtadvd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246093105,"owners_count":20722395,"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":["ipv6","puppet","route-advertisement-daemon"],"created_at":"2024-10-02T10:13:54.277Z","updated_at":"2025-03-28T19:48:16.245Z","avatar_url":"https://github.com/bodgit.png","language":"Ruby","readme":"# rtadvd\n\nTested with Travis CI\n\n[![Build Status](https://travis-ci.org/bodgit/puppet-rtadvd.svg?branch=master)](https://travis-ci.org/bodgit/puppet-rtadvd)\n[![Coverage Status](https://coveralls.io/repos/bodgit/puppet-rtadvd/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/bodgit/puppet-rtadvd?branch=master)\n[![Puppet Forge](http://img.shields.io/puppetforge/v/bodgit/rtadvd.svg)](https://forge.puppetlabs.com/bodgit/rtadvd)\n[![Dependency Status](https://gemnasium.com/bodgit/puppet-rtadvd.svg)](https://gemnasium.com/bodgit/puppet-rtadvd)\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with rtadvd](#setup)\n    * [Beginning with rtadvd](#beginning-with-rtadvd)\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 manages the IPv6 route advertisement daemon; `rtadvd` or `radvd`\nas befits your operating system.\n\nRHEL/CentOS and OpenBSD are supported using Puppet 4.6.0 or later.\n\n## Setup\n\n### Beginning with rtadvd\n\nYou need to enable advertisements on at least one interface to be useful with\nsomething like:\n\n```puppet\nclass { '::rtadvd':\n  interfaces =\u003e {\n    'em0' =\u003e {},\n  },\n}\n```\n\n## Usage\n\nEnable route advertisements on an interface, setting the `other` and `managed`\nflags as well as managing the IPv6 forwarding sysctl by other means:\n\n```puppet\nclass { '::rtadvd':\n  manage_sysctl =\u003e false,\n}\n\n::rtadvd::interface { 'ens32':\n  other_configuration   =\u003e true,\n  managed_configuration =\u003e true,\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-rtadvd/](https://bodgit.github.io/puppet-rtadvd/).\n\n## Limitations\n\nThis module has been built on and tested against Puppet 4.6.0 and higher.\n\nThe module has been tested on:\n\n* OpenBSD 6.2/6.3\n* RedHat/CentOS Enterprise Linux 6/7\n\n## Development\n\nThe module has both [rspec-puppet](http://rspec-puppet.com) and\n[beaker-rspec](https://github.com/puppetlabs/beaker-rspec) tests. Run them\nwith:\n\n```\n$ bundle exec rake test\n$ PUPPET_INSTALL_TYPE=agent PUPPET_INSTALL_VERSION=x.y.z bundle exec rake beaker:\u003cnodeset\u003e\n```\n\nPlease log issues or pull requests at\n[github](https://github.com/bodgit/puppet-rtadvd).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-rtadvd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodgit%2Fpuppet-rtadvd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-rtadvd/lists"}