dns
Manages local DNS resolution and configures bind as a forwarding dns server
Version information
released Jan 5th 2015
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'evenup-dns', '1.3.0'
Learn more about managing modules with a PuppetfileDocumentation
evenup/dns — version 1.3.0 Jan 5th 2015
What is it?
A puppet module that configures the resolv.conf and hosts on a Linux machine. It also includes a definition (dns::peerdns) which will remove RHEL's DHCP configuration that pulls DNS config from DHCP.
Usage:
Generic install
Remove PEERDNS from eth0
Known Issues:
Only tested on CentOS 6
License:
Released under the Apache 2.0 licence
Contribute:
- Fork it
- Create a topic branch
- Improve/fix (with spec tests)
- Push new topic branch
- Submit a PR
- Enjoy your awesomeness
20150105 v1.3.0 Restart network services after network device config changes Add initial acceptance tests 20141114 v1.2.2 Package typo fix 20141114 v1.2.1 Fix bind ordering 20141114 v1.2.0 Add simple bind dns forwarder class 20141113 v1.1.1 Fix dependency issue when resolv => false 20141113 v1.1.0 Managing resolv.conf is optional 20130912 v1.0.2: Spec updates v1.0.1: Initial public release
Dependencies
- puppetlabs/stdlib (>=3.2.0 <5.0.0)
Copyright 2013 EvenUp Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.