~ruther/guix-local

3af03e5967cf49ed1a4382dad7d75daa95ec5217 — Ludovic Courtès 8 years ago a222b73
services: certbot: Add default value and description.

* gnu/services/certbot.scm (certbot-service-type)
[default-value, description]: New fields.
* po/packages/POTFILES.in: Add it.
2 files changed, 7 insertions(+), 1 deletions(-)

M gnu/services/certbot.scm
M po/packages/POTFILES.in
M gnu/services/certbot.scm => gnu/services/certbot.scm +6 -1
@@ 125,4 125,9 @@
                          (certbot-configuration
                           (inherit config)
                           (hosts (append (certbot-configuration-hosts config)
                                          additional-hosts)))))))
                                          additional-hosts)))))
                (default-value (certbot-configuration))
                (description
                 "Automatically renew @url{https://letsencrypt.org, Let's
Encrypt} HTTPS certificates by adjusting the nginx web server configuration
and periodically invoking @command{certbot}.")))

M po/packages/POTFILES.in => po/packages/POTFILES.in +1 -0
@@ 58,5 58,6 @@ gnu/packages/web.scm
gnu/packages/wordnet.scm
gnu/packages/xiph.scm
gnu/services/base.scm
gnu/services/certbot.scm
gnu/services/networking.scm
gnu/services/version-control.scm