From: Silvio Rhatto Date: Mon, 19 Dec 2011 18:09:03 +0000 (-0200) Subject: Fixing parameter evaluation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1b5c378e634d3ff95c6953972b275d32ef0a535f;p=puppet-wordpress.git Fixing parameter evaluation --- diff --git a/manifests/init.pp b/manifests/init.pp index 77685cd..e144c1d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -11,7 +11,7 @@ class wordpress { $real_wordpress_locale = $wordpress_locale ? { '' => '', - default => '-$wordpress_locale' + default => "-${wordpress_locale}" } file { "/usr/local/sbin/wordpress":