Skip to content

Refactor of jfryman/puppet-nginx with chains, single interface, and no external dependencies

License

Notifications You must be signed in to change notification settings

virb/puppet-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

nginx

This module manages the configuration of nginx.

Description

This apt module is an opinionated refactoring of puppet-nginx which respects containment, removes external dependencies, and generally cleans up.

Overview

This module provides an interface for managing nginx and it's configuration. It always runs in the same order: package -> configs -> vhosts -> service

Usage

While any class contained within this module can be called, it is primarily meant to be called from the parent class:

Install nginx package, create nginx.conf, create and enable default vhost, and start service

class { 'nginx': }

About

Refactor of jfryman/puppet-nginx with chains, single interface, and no external dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages