Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed errors and implemented new functions #59

Merged
merged 23 commits into from May 21, 2013

Conversation

abraham1901
Copy link
Contributor

Get ssl key/cert with provided file-locations
Parameter index has now become optional
Fix typos
Fixed listen parameter in template vhost_ssl_header
Added auth basic support
Added vhost_cfg_append parameter to nginx::resource::vhost
Added proxy_cache parameters
Add fastcgi template
Merge branch 'master' of https://github.com/jfryman/puppet-nginx
Merge branch 'master' of https://github.com/joejulian/puppetlabs-nginx
Fixed puppet-lint ERROR.

grooverdan and others added 22 commits January 3, 2012 12:20
listen_port was being ignore when the template was generated.
This commit fixes it.
Try_files is how NGINX files the files to serve particularly in a
fallback mode. Using an array for try_files will interate through
these options in the generated configuration file.
- Include the port in the listen directive
- Add an optional $server_name parameter to nginx::resource::vhost so
  server_name doesn't have to match the resource's name.  This allows
  the creation of multiple vhosts with the same server_name that listen
  on different ports.
Support for Scientific Linux
…ort_fix

(#11664) Fix listen_port in template so it isn't ignored
Fix puppet-lint ERROR
Conflicts:
	manifests/resource/location.pp
	manifests/resource/vhost.pp
* Parameter index has now become optional
* Fix typos
* Added auth basic support
* Added vhost_cfg_append parameter to `nginx::resource::vhost`
Conflicts:
	manifests/config.pp
	manifests/init.pp
	manifests/params.pp
	manifests/resource/location.pp
	manifests/resource/vhost.pp
	manifests/service.pp
	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
	tests/vhost.pp
$worker_processes = $nginx::params::nx_worker_processes,
$worker_connections = $nginx::params::nx_worker_connections,
$proxy_set_header = $nginx::params::nx_proxy_set_header,
$proxy_http_version = $nginx::params::nx_proxy_http_version, $confd_purge = $nginx::params::nx_confd_purge,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line looks a bit wonky, can you fix that?

@jfryman
Copy link
Contributor

jfryman commented May 21, 2013

Great stuff, thanks! Can you make a few modifications, and I'll merge it in. Thanks!

@abraham1901
Copy link
Contributor Author

Sorry. Fixed.

@jfryman
Copy link
Contributor

jfryman commented May 21, 2013

No apologies necessary. Thanks for the code! ❤️

jfryman pushed a commit that referenced this pull request May 21, 2013
Fixed errors and implemented new functions
@jfryman jfryman merged commit f032357 into voxpupuli:master May 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants