From: Silvio Rhatto Date: Wed, 30 May 2018 21:30:30 +0000 (-0300) Subject: Renames certbot::standalone to certbot::auto X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=acddc6dfb86baa8c0a2b88271d1043b7ea5347c4;p=puppet-certbot.git Renames certbot::standalone to certbot::auto --- diff --git a/manifests/standalone.pp b/manifests/auto.pp similarity index 92% rename from manifests/standalone.pp rename to 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}",