Skip to content

kevashcraft/puppet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kevin's Puppet Modules

Modules and hieradata for Kevin's Puppet Manifest and Modules

linux

Table of Contents

  1. Description
  2. Setup - The basics of getting started
  3. Development - Guide for contributing
  4. License - Copyright and license

Description

Standard server configurations setup with Puppet. These modules handle basic Linux users, packages and files, and additional services such as DHCP and DNS.

Setup

The main configuration entry points are manifests/site.pp and hieradata/common.yaml which contain a list of nodes and the global parameters. Additional configuration files are located in hieradata/nodes/.

Each of the modules, linux, dhcpd, named, are single-class modules with entry poins at manifests/init.pp.

Development

PRs are welcome! Please create an Issue first as a reference point for discussion of the enhancement.

License

Copyright 2017 Kevin Ashcraft under the MIT License.