re-chained certbot

This commit is contained in:
Arne Teuke
2017-07-21 16:18:10 +01:00
parent 0d2f0ae3e8
commit 01324789d2

View File

@@ -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',
}