This Puppet module is for installing and configuring the Nginx webserver. To install Nginx and start its service, you'd simply add the following to your manifest:
include nginx
To provide the content of the main configuration file, the nginx::config
class may be used:
class { 'nginx::config':
source => 'puppet:///modules/pyapp/nginx/nginx.conf',
}
Apache License, Version 2.0
Justin Bronn [email protected]
Please log tickets and issues at https://github.com/counsyl/puppet-nginx