summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-11-16 11:27:48 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-11-16 11:27:48 -0200
commitb8f48c6b9b6727b03b29d829dce7af24eb5ff044 (patch)
tree682c07f36b9900b5069d73e8545c09145fc85bd2
parentc638af630e56ef44c4d58365ec00787818f4c693 (diff)
downloadpuppet-certbot-b8f48c6b9b6727b03b29d829dce7af24eb5ff044.tar.gz
puppet-certbot-b8f48c6b9b6727b03b29d829dce7af24eb5ff044.tar.bz2
Fixes quotation
-rw-r--r--manifests/standalone.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/standalone.pp b/manifests/standalone.pp
index 1442788..49757f6 100644
--- a/manifests/standalone.pp
+++ b/manifests/standalone.pp
@@ -4,6 +4,6 @@ class certbot::standalone {
command => "/usr/bin/wget https://dl.eff.org/certbot-auto -O ${certbot::script_base}/${certbot::tool} && chmod +x ${certbot::script_base}/${certbot::tool}",
user => 'root',
cwd => '/tmp',
- creates => '${certbot::script_base}/${certbot::tool}',
+ creates => "${certbot::script_base}/${certbot::tool}",
}
}