summaryrefslogtreecommitdiffstats
path: root/modules/certbot/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-26 21:28:33 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-26 21:28:33 -0500
commit1676481c10f9e477169c47a3a333a033a60b34d3 (patch)
tree38c62570952504fdab1e79906d0c9e0e3c2a42c9 /modules/certbot/manifests
parentd0def77ebfbc376c15359624bef6097482fc73ab (diff)
downloadpuppet-tozt-1676481c10f9e477169c47a3a333a033a60b34d3.tar.gz
puppet-tozt-1676481c10f9e477169c47a3a333a033a60b34d3.zip
remove some old cleanup code
Diffstat (limited to 'modules/certbot/manifests')
-rw-r--r--modules/certbot/manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/certbot/manifests/init.pp b/modules/certbot/manifests/init.pp
index e6a990d..1979949 100644
--- a/modules/certbot/manifests/init.pp
+++ b/modules/certbot/manifests/init.pp
@@ -43,8 +43,6 @@ class certbot($config_dir=undef) {
source => 'puppet:///modules/certbot/reload-cert',
mode => '0755',
require => File["${_config_dir}/renewal-hooks/deploy"];
- "${_config_dir}/renewal-hooks/deploy/reload-cert":
- ensure => absent;
"/usr/local/bin/certbot-tozt":
content => template('certbot/certbot-tozt'),
mode => '0755';