summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/auto.pp (renamed from manifests/standalone.pp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/standalone.pp b/manifests/auto.pp
index 49757f6..3227ac4 100644
--- a/manifests/standalone.pp
+++ b/manifests/auto.pp
@@ -1,4 +1,4 @@
-class certbot::standalone {
+class certbot::auto {
# Warning: this offers poor verification for the downloaded application
exec { 'getcertbot':
command => "/usr/bin/wget https://dl.eff.org/certbot-auto -O ${certbot::script_base}/${certbot::tool} && chmod +x ${certbot::script_base}/${certbot::tool}",