GithubHelp home page GithubHelp logo

voxpupuli / puppet-config Goto Github PK

View Code? Open in Web Editor NEW
0.0 8.0 1.0 22 KB

Module to configure puppet agent, apply, cert, lookup... companion to puppet_agent module

License: BSD 3-Clause "New" or "Revised" License

Dockerfile 2.93% Ruby 73.59% Puppet 23.48%
hacktoberfest amazon-puppet-module centos-puppet-module linux-puppet-module oraclelinux-puppet-module puppet redhat-puppet-module scientific-puppet-module ubuntu-puppet-module

puppet-config's Introduction

Puppet Configuration module

Build Status

Manage configuration for Puppet agent, puppet apply (masterless), puppet cert, and other Puppet tools.

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with puppet
  4. Usage - Configuration options and additional functionality

Overview

This module utilizes Hiera hierarchies to customize Puppet configuration for all components:

  • puppet apply
  • puppet agent
  • puppet cert
  • puppet lookup
  • ...etc

Module Description

Configures Puppet agent, user tools, etc. Complements and requires puppetlabs/puppet_agent

  • Performs single-option configuration changes allowing local customizations to remain
  • Strives to demonstrate Puppet best practices.

Setup

What puppet_config affects

  • Edits configuration file
    • Defaults to $confdir + /puppet.conf
  • Notifies puppet service of changes
    • Defaults to puppet

Setup Requirements

Requires the puppet_agent module.

Usage

Configuration values in Hiera (or supplied by an node terminus):

  • Common
    • puppet_config::main = Hash of configuration parameters for the [main] section
    • puppet_config::user = Hash of configuration parameters for the [user] section
    • puppet_config::agent = Hash of configuration parameters for the [agent] section
    • puppet_config::master = Hash of configuration parameters for the [master] section

Example Hiera Config

Hiera configuration:

  classes:
    - puppet_agent
    - puppet_config

  puppet_config::main:
    loglevel: 'warning'

puppet-config's People

Contributors

jorhett avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jcpunk

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.