From: Silvio Rhatto Date: Fri, 17 Jun 2016 12:23:34 +0000 (-0300) Subject: Fixes pre-hook X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=45b7550cd0b749bdfe781935f2367a507231db5c;p=puppet-certbot.git Fixes pre-hook --- diff --git a/manifests/init.pp b/manifests/init.pp index 2d797e0..a946ba8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -11,7 +11,7 @@ class certbot( } if $pre_hook != '' { - $real_pre_hook = "--pre-hook ${pre_hook}" + $real_pre_hook = "--pre-hook \"${pre_hook}\"" } if $post_hook != '' {