Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/nginx/manifests/init.pp

Issue 9428006: Disable SSL cache on download servers (Closed)
Patch Set: Created Feb. 20, 2013, 9:49 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/filterserver/manifests/init.pp ('k') | modules/nginx/manifests/params.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nginx/manifests/init.pp
===================================================================
--- a/modules/nginx/manifests/init.pp
+++ b/modules/nginx/manifests/init.pp
@@ -1,11 +1,12 @@
class nginx (
$worker_processes = $nginx::params::worker_processes,
- $worker_connections = $nginx::params::worker_connections
+ $worker_connections = $nginx::params::worker_connections,
+ $ssl_session_cache = $nginx::params::ssl_session_cache
) inherits nginx::params {
package {'nginx':
ensure => present
}
File {
owner => root,
« no previous file with comments | « modules/filterserver/manifests/init.pp ('k') | modules/nginx/manifests/params.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld