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

Unified Diff: modules/web/manifests/server.pp

Issue 29326028: Issue 2999 - Integrate web::server SSL parameters with Hiera (Closed)
Patch Set: Created Sept. 7, 2015, 10:42 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/manifests/server.pp
diff --git a/modules/web/manifests/server.pp b/modules/web/manifests/server.pp
index df6b92d03b9d60d66b16766552ea0d310a9ed28c..e72ab5adb354d5a033069f5fd15e534f86c4e991 100644
--- a/modules/web/manifests/server.pp
+++ b/modules/web/manifests/server.pp
@@ -1,8 +1,8 @@
class web::server(
$vhost,
$repository,
- $certificate,
- $private_key,
+ $certificate = hiera('web::server::certificate'),
+ $private_key = hiera('web::server::private_key'),
$is_default = false,
$aliases = undef,
$custom_config = undef,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld