https://github.com/pdf/bind-zone-cookbook
Installs and configures the bind DNS server, and provides a flexible LWRP for generating zone files. This is not quite ready for prime-time.
https://github.com/pdf/bind-zone-cookbook
Last synced: 12 months ago
JSON representation
Installs and configures the bind DNS server, and provides a flexible LWRP for generating zone files. This is not quite ready for prime-time.
- Host: GitHub
- URL: https://github.com/pdf/bind-zone-cookbook
- Owner: pdf
- License: mit
- Created: 2014-06-23T04:48:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T03:06:56.000Z (almost 10 years ago)
- Last Synced: 2025-03-12T08:14:55.874Z (over 1 year ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# bind-zone
Installs and configures the bind DNS server, and provides a flexible LWRP for
generating zone files. This is not quite ready for prime-time.
## Supported Platforms
Currently this cookbook only supports Debian/Ubuntu/derivatives, contributions
welcome!
## Attributes
TODO
## Usage
### bind-zone::default
Include `bind-zone` in your node's `run_list`:
```json
{
"run_list": [
"recipe[bind-zone::default]"
]
}
```
TODO
## Contributing
1. Fork the repository on Github
2. Create a named feature branch (i.e. `add-new-recipe`)
3. Write you change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request
## License and Authors
Author:: Peter Fern ()