]> gitweb.fluxo.info Git - puppet-certbot.git/commitdiff
Renames certbot::standalone to certbot::auto
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 30 May 2018 21:30:30 +0000 (18:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 30 May 2018 21:30:30 +0000 (18:30 -0300)
manifests/auto.pp [moved from manifests/standalone.pp with 92% similarity]

similarity index 92%
rename from manifests/standalone.pp
rename to manifests/auto.pp
index 49757f63053584b6b5bdccfed3bd648f444d0973..3227ac41e868caba8c366e587d376c28d8a740ec 100644 (file)
@@ -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}",