- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with dnsclient
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
This module manages /etc/resolv.conf
and its various options. It is
feature complete for the supported platforms.
Documented with puppet-strings
Manages the system resolver, /etc/resolv.conf
.
This module requires stdlib
.
Include the dnsclient
class and it will configure the resolver to use
Google's public name servers.
Minimal and normal usage. See the examples directory for more usage examples.
include dnsclient
This module officially supports the platforms listed in the
metadata.json
. It does not fail on unsupported platforms and has been
known to work on many, many platforms since its creation in 2010 and
should work with any unix based platform that uses /etc/resolv.conf
.
See CONTRIBUTING.md
See LICENSE file.