{"id":15157656,"url":"https://github.com/ulhpc/puppet-bind","last_synced_at":"2025-10-24T14:30:49.889Z","repository":{"id":48133475,"uuid":"91101626","full_name":"ULHPC/puppet-bind","owner":"ULHPC","description":"Configure and manage bind","archived":false,"fork":false,"pushed_at":"2024-09-02T12:11:58.000Z","size":188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"devel","last_synced_at":"2024-10-10T07:43:14.069Z","etag":null,"topics":["bind","dns","dns-client","dns-server","named","puppet"],"latest_commit_sha":null,"homepage":null,"language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ULHPC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing/index.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,"publiccode":null,"codemeta":null}},"created_at":"2017-05-12T14:50:09.000Z","updated_at":"2024-09-02T12:11:40.000Z","dependencies_parsed_at":"2023-10-17T00:04:19.949Z","dependency_job_id":"f3070fcb-83d8-4698-9705-2df0e906cc3b","html_url":"https://github.com/ULHPC/puppet-bind","commit_stats":{"total_commits":112,"total_committers":7,"mean_commits":16.0,"dds":0.5089285714285714,"last_synced_commit":"215d765b452c1f32f2630014a0a1b1f79077e4bc"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-bind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-bind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-bind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-bind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ULHPC","download_url":"https://codeload.github.com/ULHPC/puppet-bind/tar.gz/refs/heads/devel","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219868597,"owners_count":16555871,"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":["bind","dns","dns-client","dns-server","named","puppet"],"created_at":"2024-09-26T20:01:35.530Z","updated_at":"2025-10-24T14:30:44.392Z","avatar_url":"https://github.com/ULHPC.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"-*- mode: markdown; mode: visual-line;  -*-\n\n# Bind Puppet Module \n\n[![Puppet Forge](http://img.shields.io/puppetforge/v/ULHPC/bind.svg)](https://forge.puppetlabs.com/ULHPC/bind)\n[![License](http://img.shields.io/:license-GPL3.0-blue.svg)](LICENSE)\n![Supported Platforms](http://img.shields.io/badge/platform-debian|redhat|centos-lightgrey.svg)\n[![Documentation Status](https://readthedocs.org/projects/ulhpc-puppet-bind/badge/?version=latest)](https://readthedocs.org/projects/ulhpc-puppet-bind/?badge=latest)\n\nConfigure and manage bind\n\n      Copyright (c) 2018 UL HPC Team \u003chpc-sysadmins@uni.lu\u003e\n      \n\n| [Project Page](https://github.com/ULHPC/puppet-bind) | [Sources](https://github.com/ULHPC/puppet-bind) | [Documentation](https://ulhpc-puppet-bind.readthedocs.org/en/latest/) | [Issues](https://github.com/ULHPC/puppet-bind/issues) |\n\n## Synopsis\n\nConfigure and manage bind.\n\nThis module implements the following elements: \n\n* __Puppet classes__:\n    - `bind` \n    - `bind::common` \n    - `bind::common::debian` \n    - `bind::common::redhat` \n    - `bind::params` \n\n* __Puppet definitions__: \n    - `bind::resolver` \n    - `bind::zone` \n\nAll these components are configured through a set of variables you will find in\n[`manifests/params.pp`](manifests/params.pp). \n\n_Note_: the various operations that can be conducted from this repository are piloted from a [`Rakefile`](https://github.com/ruby/rake) and assumes you have a running [Ruby](https://www.ruby-lang.org/en/) installation.\nSee `docs/contributing.md` for more details on the steps you shall follow to have this `Rakefile` working properly. \n\n## Dependencies\n\nSee [`metadata.json`](metadata.json). In particular, this module depends on \n\n* [puppetlabs/stdlib](https://forge.puppetlabs.com/puppetlabs/stdlib)\n* [puppetlabs/concat](https://forge.puppetlabs.com/puppetlabs/concat)\n* [puppet/selinux](https://forge.puppetlabs.com/puppet/selinux)\n* [ULHPC/syslog](https://forge.puppetlabs.com/ULHPC/syslog)\n\n## Overview and Usage\n\n### Class `bind`\n\nThis is the main class defined in this module.\nIt accepts the following parameters: \n\n* `$ensure`: default to 'present', can be 'absent'\n\nUse it as follows:\n\n     include ' bind'\n\nSee also [`tests/init.pp`](tests/init.pp)\n\n\n### Definition `bind::resolver`\n\nThe definition `bind::resolver` provides ...\nThis definition accepts the following parameters:\n\n* `$ensure`: default to 'present', can be 'absent'\n* `$content`: specify the contents of the directive as a string\n* `$source`: copy a file as the content of the directive.\n\nExample:\n\n        bind::resolver { 'toto':\n\t\t      ensure =\u003e 'present',\n        }\n\nSee also [`tests/resolver.pp`](tests/resolver.pp)\n\n### Definition `bind::zone`\n\nThe definition `bind::zone` provides ...\nThis definition accepts the following parameters:\n\n* `$ensure`: default to 'present', can be 'absent'\n* `$content`: specify the contents of the directive as a string\n* `$source`: copy a file as the content of the directive.\n\nExample:\n\n        bind::zone { 'toto':\n\t\t      ensure =\u003e 'present',\n        }\n\nSee also [`tests/zone.pp`](tests/zone.pp)\n\n\n## Librarian-Puppet / R10K Setup\n\nYou can of course configure the bind module in your `Puppetfile` to make it available with [Librarian puppet](http://librarian-puppet.com/) or\n[r10k](https://github.com/adrienthebo/r10k) by adding the following entry:\n\n     # Modules from the Puppet Forge\n     mod \"ULHPC/bind\"\n\nor, if you prefer to work on the git version: \n\n     mod \"ULHPC/bind\", \n         :git =\u003e 'https://github.com/ULHPC/puppet-bind',\n         :ref =\u003e 'production' \n\n## Issues / Feature request\n\nYou can submit bug / issues / feature request using the [ULHPC/bind Puppet Module Tracker](https://github.com/ULHPC/puppet-bind/issues). \n\n## Developments / Contributing to the code \n\nIf you want to contribute to the code, you shall be aware of the way this module is organized. \nThese elements are detailed on [`docs/contributing.md`](contributing/index.md).\n\nYou are more than welcome to contribute to its development by [sending a pull request](https://help.github.com/articles/using-pull-requests). \n\n## Puppet modules tests within a Vagrant box\n\nThe best way to test this module in a non-intrusive way is to rely on [Vagrant](http://www.vagrantup.com/).\nThe `Vagrantfile` at the root of the repository pilot the provisioning various vagrant boxes available on [Vagrant cloud](https://atlas.hashicorp.com/boxes/search?utf8=%E2%9C%93\u0026sort=\u0026provider=virtualbox\u0026q=svarrette) you can use to test this module.\n\nSee [`docs/vagrant.md`](vagrant.md) for more details. \n\n## Online Documentation\n\n[Read the Docs](https://readthedocs.org/) aka RTFD hosts documentation for the open source community and the [ULHPC/bind](https://github.com/ULHPC/puppet-bind) puppet module has its documentation (see the `docs/` directly) hosted on [readthedocs](http://ulhpc-puppet-bind.rtfd.org).\n\nSee [`docs/rtfd.md`](rtfd.md) for more details.\n\n## Licence\n\nThis project and the sources proposed within this repository are released under the terms of the [GPL-3.0](LICENCE) licence.\n\n\n[![Licence](https://www.gnu.org/graphics/gplv3-88x31.png)](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulhpc%2Fpuppet-bind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulhpc%2Fpuppet-bind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulhpc%2Fpuppet-bind/lists"}