summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index daf3c9a..8eca62e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -31,7 +31,7 @@ class nginx inherits nginx::base {
}
# For SNI
- ssl::cert { "blank":
+ ssl::cert { "example.org":
notify => Service['nginx'],
}