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.
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.
All configuration can be handled either through Hiera or by arguments to the netbox
class.
- TBD.