summaryrefslogtreecommitdiff
path: root/manifests/standalone.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/standalone.pp')
-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}",
}
}