From d01c9a4d0a0a4aa936842bde378bc8b19d6dc0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Mon, 20 Apr 2020 19:09:43 +0200 Subject: [PATCH] Fix the name of the deploy certbot hook --- site-cookbooks/kosmos-dirsrv/resources/instance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-dirsrv/resources/instance.rb b/site-cookbooks/kosmos-dirsrv/resources/instance.rb index c27e472..97cd492 100644 --- a/site-cookbooks/kosmos-dirsrv/resources/instance.rb +++ b/site-cookbooks/kosmos-dirsrv/resources/instance.rb @@ -118,7 +118,7 @@ nsslapd-allow-anonymous-access: off done EOF - file "/etc/letsencrypt/renewal-hooks/deploy/dirsrrv" do + file "/etc/letsencrypt/renewal-hooks/deploy/dirsrv" do content dirsrv_hook mode 0755 owner "root"