Version information
This module has been deprecated by its author since Mar 11th 2020.
The author has suggested puppet-nginx as its replacement.
Start using this module
Documentation
#WARNING
This module is now unsupported by Puppetlabs. It is replaced by the upstream version at http://forge.puppetlabs.com/jfryman/nginx which is a much improved version of this module. It's had many new featured and abilities merged in and is a true superset of this module. Please adjust your Modulefile's and other resources to use it instead.
You can add jfryman's version as a git upstream remote by doing:
$ git remote add jfryman https://github.com/jfryman/puppet-nginx.git $ git fetch jfryman
You can view a list of release tags at:
https://github.com/jfryman/puppet-nginx/releases
You can then merge his into yours:
$ git merge jfryman v0.0.5
2011-06-06 James Fryman james@frymanet.com
-
Modulefile, README, files/README.markdown, lib/facter/README.markdown, lib/puppet/parser/functions/README.markdown, lib/puppet/provider/README.markdown, lib/puppet/type/README.markdown, manifests/README.markdown, templates/README.markdown, tests/upstream.pp, tests/vhost.pp, tests/vhost_ssl.erb: Updated Documentation
-
ChangeLog: Updated Changelog
-
lib/facter/ipv6.rb, manifests/config.pp, manifests/init.pp, manifests/package.pp, manifests/package/suse.pp, manifests/params.pp, manifests/resource/location.pp, manifests/resource/upstream.pp, manifests/resource/vhost.pp, manifests/service.pp, manifests/vhost.pp, templates/conf.d/nginx.conf.erb, templates/conf.d/proxy.conf.erb, templates/conf.d/upstream.erb, templates/nginx.conf.erb, templates/vhost.erb, templates/vhost/vhost_footer.erb, templates/vhost/vhost_header.erb, templates/vhost/vhost_location_directory.erb, templates/vhost/vhost_location_proxy.erb, templates/vhost/vhost_ssl_header.erb: Added SuSE Support
-
README, manifests/init.pp, manifests/package.pp, manifests/package/debian.pp, manifests/package/redhat.pp, manifests/vhost.pp, templates/vhost.erb: Updated Package Layout
-
lib/facter/ipv6.rb: Added IPV6 Fact Check for Linux distros
2011-06-02 James Fryman james@frymanet.com
- .gitignore, ChangeLog, Modulefile, files/centos/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL, manifests/config.pp, manifests/init.pp, manifests/install.pp, manifests/package.pp, manifests/params.pp, manifests/service.pp, manifests/vhost.pp, metadata.json, templates/nginx.conf.erb, templates/vhost.erb, templates/vhost.pp: Added vhost support
2011-05-24 James Fryman james@frymanet.com
- LICENSE, Modulefile, README, files/README.markdown, files/centos/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL, lib/facter/README.markdown, lib/puppet/parser/functions/README.markdown, lib/puppet/provider/README.markdown, lib/puppet/type/README.markdown, manifests/README.markdown, manifests/config.pp, manifests/init.pp, manifests/install.pp, manifests/params.pp, manifests/service.pp, manifests/vhost.pp, metadata.json, spec/README.markdown, spec/spec.opts, spec/spec_helper.rb, spec/unit/puppet/provider/README.markdown, spec/unit/puppet/type/README.markdown, templates/README.markdown, templates/nginx.conf.erb, templates/vhost.pp, tests/init.pp, tests/vhost.pp: 20110524 Work Snapshot
2011-05-23 James Fryman james@frymanet.com
- : Initial Repository Initilization
Dependencies
- puppetlabs/stdlib (>= 0.1.6)
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.