aboutsummaryrefslogtreecommitdiff
path: root/functions/conf/nginx/location.pp
diff options
context:
space:
mode:
Diffstat (limited to 'functions/conf/nginx/location.pp')
-rw-r--r--functions/conf/nginx/location.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions/conf/nginx/location.pp b/functions/conf/nginx/location.pp
index a787013..19572f3 100644
--- a/functions/conf/nginx/location.pp
+++ b/functions/conf/nginx/location.pp
@@ -1,4 +1,8 @@
# Returns a hash to be merged into a nginx::resource::location resource.
+# @param cert_name
+# Domain for which we want the configuration.
+# NOT the local certificate name.
+# @return hash usable with nginx::resource::location
function letsencrypt::conf::nginx::location (
String $cert_name,
) >> Letsencrypt::Ssl_conf::Nginx::Location {