summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/site.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index 30226b6..4391485 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -21,6 +21,7 @@ define nginx::site(
}
nginx::site::config { "${name}-ssl":
+ name => $name,
ensure => $ssl,
source => $source,
template => "${template}-ssl",