~ruther/guix-local

e8a051ee7c140886bce8dcd191cb10918b2d4078 — Christopher Baines 8 years ago ad564a0
services: certbot: Fix certbot renewal job.

Quote the list of hosts, to avoid generating a broken job definition.

* gnu/services/certbot.scm (certbot-renewal-jobs): Quote the hosts when
  passing them in to the job gexp.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/certbot.scm
M gnu/services/certbot.scm => gnu/services/certbot.scm +1 -1
@@ 72,7 72,7 @@
                               (string-concatenate
                                (map (lambda (host)
                                       (string-append " -d " host))
                                     #$hosts))))))))))
                                     '#$hosts))))))))))

(define certbot-activation
  (match-lambda