From 01324789d29fa72a2c8f7684f5ac97d24c81250b Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 21 Jul 2017 16:18:10 +0100 Subject: [PATCH] re-chained certbot --- manifests/certbot/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/certbot/config.pp b/manifests/certbot/config.pp index af635ae..0963470 100644 --- a/manifests/certbot/config.pp +++ b/manifests/certbot/config.pp @@ -32,7 +32,7 @@ class cd_nagios::certbot::config ( # ensure there is no forward vhost file exec { 'remove forward vhost': - command => "rm -Rf $ng_forward_conf", + command => "rm -Rf ${ng_forward_conf}", creates => '/etc/httpd/conf.d/.cert_created', }