GithubHelp home page GithubHelp logo

puppet-resolver's Introduction

puppet-resolver

Adjust content in /etc/resolv.conf

####Table of Contents

  1. Overview - What is the resolver module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with resolver
  4. Limitations - OS compatibility, etc.

##Overview

The resolver module allows you to set up the /etc/resolv.conf file.

##Module Description

The /etc/resolv.conf file is where the server will look for the DNS resolver.

##Setup

What resolver affects:

  • /etc/resolv.conf

###Beginning with resolver

Resolver is very easy to use. There is no default parameters so you will have to declare it explicitly in Hiera. Then to get the following content:

domain domain.com
search domain.com
nameserver 10.2.95.1
nameserver 10.2.95.1
options rotate timeout:2

you will declare in Hiera (except for domain, each parameter is an Array type):

resolver::domain: 'domain.com'
resolver::search:
  - 'domain.com'
resolver::nameserver:
  - '10.2.95.1'
  - '10.2.95.1'
resolver::options:
  - 'rotate'
  - 'timeout:2'

##Limitations

This module has been validated on:

  • Debian:
    • 6.0.10 x86_64
    • 7.8 x86_64
  • CentOS: uuu
    • 7.0 x86_64

puppet-resolver's People

Contributors

fdegomme-canaltp avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.