[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: services: certbot: Fix indentation.
From: |
Clément Lassieur |
Subject: |
03/11: services: certbot: Fix indentation. |
Date: |
Thu, 22 Feb 2018 15:44:40 -0500 (EST) |
snape pushed a commit to branch master
in repository guix.
commit 301518638fbb2344b523623317bb5cd084e80d44
Author: Clément Lassieur <address@hidden>
Date: Fri Feb 9 01:02:08 2018 +0100
services: certbot: Fix indentation.
* gnu/services/certbot.scm (certbot-activation): Fix indentation.
---
gnu/services/certbot.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm
index 1728d12..8ca64d9 100644
--- a/gnu/services/certbot.scm
+++ b/gnu/services/certbot.scm
@@ -80,8 +80,8 @@
(($ <certbot-configuration> package webroot hosts default-location)
(with-imported-modules '((guix build utils))
#~(begin
- (use-modules (guix build utils))
- (mkdir-p #$webroot)
+ (use-modules (guix build utils))
+ (mkdir-p #$webroot)
(for-each
(lambda (host)
(unless (file-exists? (in-vicinity "/etc/letsencrypt/live" host))
- branch master updated (5c213d1 -> fece75f), Clément Lassieur, 2018/02/22
- 01/11: services: certbot: Listen on IPv6., Clément Lassieur, 2018/02/22
- 03/11: services: certbot: Fix indentation.,
Clément Lassieur <=
- 02/11: services: certbot: Run certbot twice a day at a random minute., Clément Lassieur, 2018/02/22
- 08/11: doc: Fix typo in certbot-configuration description., Clément Lassieur, 2018/02/22
- 05/11: services: certbot: Refactor certbot command., Clément Lassieur, 2018/02/22
- 06/11: services: certbot: Get certbot to run non-interactively., Clément Lassieur, 2018/02/22
- 09/11: services: certbot: Allow to set RSA key size., Clément Lassieur, 2018/02/22
- 04/11: services: certbot: Rename 'host' to 'domain'., Clément Lassieur, 2018/02/22
- 11/11: services: certbot: Allow to set a deploy hook., Clément Lassieur, 2018/02/22
- 07/11: services: certbot: Associate one certificate with several domains., Clément Lassieur, 2018/02/22
- 10/11: services: certbot: Add verbosity., Clément Lassieur, 2018/02/22