Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1021 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 1021 Bytes

Puppet ::netbox Module

Puppet Forge Build Status

Table of Contents

  1. Overview
  2. Description
  3. Todo

Overview

This is a Puppet module to manage a DigialOcean Netbox application server.

It currently targets the latest stable release of Puppet, and should support both RedHat and Debian family distributions.

Description

To use this module, use either an include-like or resource-like declaration:

# An include-like declaration for Hiera integration.
include ::netbox

# A resource-like declaration for manual overrides.
class { '::netbox': }

This module is intended to work with Puppet 4.x.

Configuration

All configuration can be handled either through Hiera or by arguments to the netbox class.

Todo

  • TBD.