emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70828: closed ([PATCH] services: certbot: Add certbot-configuration-


From: GNU bug Tracking System
Subject: bug#70828: closed ([PATCH] services: certbot: Add certbot-configuration-package to profile.)
Date: Tue, 03 Sep 2024 09:55:01 +0000

Your message dated Tue, 03 Sep 2024 11:51:14 +0200
with message-id <87mskphxpp.fsf@gnu.org>
and subject line Re: [bug#70828] [PATCH] services: certbot: Add 
certbot-configuration-package to profile.
has caused the debbugs.gnu.org bug report #70828,
regarding [PATCH] services: certbot: Add certbot-configuration-package to 
profile.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
70828: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70828
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: certbot: Add certbot-configuration-package to profile. Date: Wed, 8 May 2024 08:00:42 -0400
As the manual suggests running a certbot command to view the issued
certificates, add it to the profile.

gnu/services/certbot.scm (certbot-service-type): Extend profile-service-type
with certbot-configuration-package.

Change-Id: I92618597bbdc8d838420b2e0f82de601b0bc609b
---
Hi Guix!

This is just a small enhancement to certbot-service-type to make it
easier to use. The manual suggests running a certbot command to view
the issued certificates ($ certbot certificates). So, adding the
configured certbot package to the profile improves ease of use.

 gnu/services/certbot.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm
index f287c8367f..b276c49e0f 100644
--- a/gnu/services/certbot.scm
+++ b/gnu/services/certbot.scm
@@ -350,6 +350,8 @@ (define certbot-service-type
                 (extensions
                  (list (service-extension nginx-service-type
                                           certbot-nginx-server-configurations)
+                       (service-extension profile-service-type
+                                          (compose list 
certbot-configuration-package))
                        (service-extension activation-service-type
                                           certbot-activation)
                        (service-extension mcron-service-type

base-commit: da41a8f5e85774e2a507d821b5d52e600fb9d1d7
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#70828] [PATCH] services: certbot: Add certbot-configuration-package to profile. Date: Tue, 03 Sep 2024 11:51:14 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

Richard Sent <richard@freakingpenguin.com> skribis:

> As the manual suggests running a certbot command to view the issued
> certificates, add it to the profile.
>
> gnu/services/certbot.scm (certbot-service-type): Extend profile-service-type
> with certbot-configuration-package.
>
> Change-Id: I92618597bbdc8d838420b2e0f82de601b0bc609b
> ---
> Hi Guix!
>
> This is just a small enhancement to certbot-service-type to make it
> easier to use. The manual suggests running a certbot command to view
> the issued certificates ($ certbot certificates). So, adding the
> configured certbot package to the profile improves ease of use.

Makes sense to me.  Finally applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]