class nginx::nginx

Class: nginx

This module manages NGINX.

Parameters:

There are no default parameters for this class. All module parameters are managed via puppet-module-data (see data/ dir)

Actions:

Requires:

puppetlabs-stdlib - https://github.com/puppetlabs/puppetlabs-stdlib

Packaged NGINX
  - RHEL: EPEL or custom package
  - Debian/Ubuntu: Default Install or custom package
  - SuSE: Default Install or custom package

stdlib
  - puppetlabs-stdlib module >= 0.1.6
  - plugin sync enabled to obtain the anchor type

Sample Usage:

The module works with sensible defaults:

node default {

include nginx

}