]> gitweb.fluxo.info Git - puppet-certbot.git/commitdiff
Fixes pre-hook
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Jun 2016 12:23:34 +0000 (09:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Jun 2016 12:23:34 +0000 (09:23 -0300)
manifests/init.pp

index 2d797e0f3eb0ea704cc67dace5aab7989c1dcb0c..a946ba8eb52606dc87acc7b93f979ecdfc56a590 100644 (file)
@@ -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 != '' {