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

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

Issue 4734126921875456: Issue 1763 - Extend update_update_manifests by timeouts (Closed)
Patch Set: Created Jan. 7, 2015, 9:17 p.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 | « no previous file | modules/updateserver/templates/update_update_manifests.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/updateserver/manifests/init.pp
===================================================================
--- a/modules/updateserver/manifests/init.pp
+++ b/modules/updateserver/manifests/init.pp
@@ -2,7 +2,8 @@
$domain,
$certificate,
$private_key,
- $is_default=false
+ $is_default=false,
+ $update_manifest_timeout='5m',
) {
class {'nginx':
worker_processes => 2,
« no previous file with comments | « no previous file | modules/updateserver/templates/update_update_manifests.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld