summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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 != '' {