Version information
released Apr 11th 2014
Start using this module
Add this module to your Puppetfile:
mod 'counsyl-nginx', '0.5.0'
Learn more about managing modules with a PuppetfileDocumentation
counsyl/nginx — version 0.5.0 Apr 11th 2014
nginx
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',
}
License
Apache License, Version 2.0
Contact
Justin Bronn justin@counsyl.com
Support
Please log tickets and issues at https://github.com/counsyl/puppet-nginx
Dependencies
- counsyl/sys (>= 0.9.13)
Copyright 2013-2014 Counsyl, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.