summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manifests/letsencrypt.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/letsencrypt.pp b/manifests/letsencrypt.pp
index 48aa3a8..b040724 100644
--- a/manifests/letsencrypt.pp
+++ b/manifests/letsencrypt.pp
@@ -23,6 +23,10 @@ class profiles::letsencrypt (
}
}
+ # TODO this requires that we have the webserver in question started.
+ # TODO we also have the bootstrap problem, which I should find a
+ # common solution for
+
letsencrypt::certonly { $certname:
ensure => present,
domains => $domains,