You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I apply the letsencrypt.client state (hoping to just install the packages), I get this error:
ID: certbot_timer_enabled
Function: service.running
Name: certbot.timer
Result: False
Comment: The named service certbot.timer is not available
Started: 13:12:14.879614
Duration: 13.514 ms
Changes:
In the file letsencrypt/client/init.sls, the state certbot_timer_enabled is outside the "if" that checks for the existence of the install_units pillar, and gets evaluated every time; but certbot_service is not created unless install_units is true, and that brings up this error.
Hi,
I have these pillars for Let's Encrypt configuration:
But when I apply the
letsencrypt.client
state (hoping to just install the packages), I get this error:In the file
letsencrypt/client/init.sls
, the statecertbot_timer_enabled
is outside the "if" that checks for the existence of the install_units pillar, and gets evaluated every time; butcertbot_service
is not created unless install_units is true, and that brings up this error.This patch fixes it:
Please, review the issue at your leisure and consider applying this patch. Thanks in advance!
The text was updated successfully, but these errors were encountered: