summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-30 18:30:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-30 18:30:30 -0300
commitacddc6dfb86baa8c0a2b88271d1043b7ea5347c4 (patch)
tree3634b0d8d7d48d1d7a57e0214a7733b085eede46
parentca6f53305ea12ecd177669a43fa80c0cd1941982 (diff)
downloadpuppet-certbot-acddc6dfb86baa8c0a2b88271d1043b7ea5347c4.tar.gz
puppet-certbot-acddc6dfb86baa8c0a2b88271d1043b7ea5347c4.tar.bz2
Renames certbot::standalone to certbot::auto
-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}",