aboutsummaryrefslogtreecommitdiff
path: root/functions/conf
diff options
context:
space:
mode:
Diffstat (limited to 'functions/conf')
-rw-r--r--functions/conf/apache.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/conf/apache.pp b/functions/conf/apache.pp
index f51e9c1..4c688dd 100644
--- a/functions/conf/apache.pp
+++ b/functions/conf/apache.pp
@@ -8,7 +8,7 @@
# returned.
function letsencrypt::conf::apache(
String $cert_name,
-) >> Letsencrypt::Ssl_conf::Nginx {
+) >> Letsencrypt::Ssl_conf::Apache {
$cert_path = $facts['letsencrypt_directory'][$cert_name]
if $cert_path == undef {
{