aboutsummaryrefslogtreecommitdiff
path: root/functions/conf/nginx.pp
diff options
context:
space:
mode:
Diffstat (limited to 'functions/conf/nginx.pp')
-rw-r--r--functions/conf/nginx.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/functions/conf/nginx.pp b/functions/conf/nginx.pp
index f8e6123..9e7b392 100644
--- a/functions/conf/nginx.pp
+++ b/functions/conf/nginx.pp
@@ -1,5 +1,8 @@
# Returns a hash to be merged into a nginx::resource::server resources
-# parameters. The cert_name parameter should be the name of the domain in question, and NOT the local certificate name.
+# parameters.
+# @param cert_name
+# name of the domain in question, NOT the local certificate name.
+# @return hash usable with nginx::resource::server
function letsencrypt::conf::nginx (
String $cert_name,
) >> Letsencrypt::Ssl_conf::Nginx {