{"id":15022824,"url":"https://github.com/bodgit/puppet-nsd","last_synced_at":"2026-02-11T16:02:15.537Z","repository":{"id":57664584,"uuid":"62959894","full_name":"bodgit/puppet-nsd","owner":"bodgit","description":"Puppet Module for managing NSD","archived":false,"fork":false,"pushed_at":"2018-11-27T15:45:00.000Z","size":132,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T12:22:26.665Z","etag":null,"topics":["dns","nsd","puppet"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/bodgit/nsd","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":"2016-07-09T17:02:44.000Z","updated_at":"2017-09-30T19:11:28.000Z","dependencies_parsed_at":"2022-09-11T06:06:27.974Z","dependency_job_id":null,"html_url":"https://github.com/bodgit/puppet-nsd","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bodgit/puppet-nsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-nsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-nsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-nsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-nsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodgit","download_url":"https://codeload.github.com/bodgit/puppet-nsd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-nsd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271102647,"owners_count":24699633,"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-19T02:00:09.176Z","response_time":63,"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":["dns","nsd","puppet"],"created_at":"2024-09-24T19:58:25.369Z","updated_at":"2026-02-11T16:02:15.474Z","avatar_url":"https://github.com/bodgit.png","language":"Ruby","readme":"# nsd\n\nTested with Travis CI\n\n[![Build Status](https://travis-ci.org/bodgit/puppet-nsd.svg?branch=master)](https://travis-ci.org/bodgit/puppet-nsd)\n[![Coverage Status](https://coveralls.io/repos/bodgit/puppet-nsd/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/bodgit/puppet-nsd?branch=master)\n[![Puppet Forge](http://img.shields.io/puppetforge/v/bodgit/nsd.svg)](https://forge.puppetlabs.com/bodgit/nsd)\n[![Dependency Status](https://gemnasium.com/bodgit/puppet-nsd.svg)](https://gemnasium.com/bodgit/puppet-nsd)\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with nsd](#setup)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with nsd](#beginning-with-nsd)\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 NSD.\n\nRHEL/CentOS and OpenBSD are supported using Puppet 4.6.0 or later.\n\n## Setup\n\n### Setup Requirements\n\nOn RHEL/CentOS platforms you will need to have access to the EPEL repository by\nusing [stahnma/epel](https://forge.puppet.com/stahnma/epel) or by other means.\n\n### Beginning with nsd\n\nIn the simplest case, configure NSD as a master with a single zone:\n\n```puppet\ninclude ::nsd\n\n::nsd::zone { 'example.com.':\n  source =\u003e 'puppet:///modules/example/example.com.zone',\n}\n```\n\n## Usage\n\nConfigure NSD listening on the primary interface only as a slave for a single zone protected with the given TSIG key:\n\n```puppet\ninclude ::nsd\n\n::nsd::key { 'example.':\n  algorithm =\u003e 'hmac-sha256',\n  secret    =\u003e '6z+8iKRIQrwN43TFfO/Rf2NHzpHIFVi6PsJ7dDESclc=',\n}\n\n::nsd::zone { 'example.com.':\n  allow_notify =\u003e [\n    ['192.0.2.1', 'example.'],\n  ],\n  request_xfr  =\u003e [\n    ['AXFR', '192.0.2.1', 'example.'],\n  ],\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-nsd/](https://bodgit.github.io/puppet-nsd/).\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* RedHat Enterprise Linux 6/7\n* OpenBSD 6.0/6.1\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-nsd).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-nsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodgit%2Fpuppet-nsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-nsd/lists"}