From 1b5c378e634d3ff95c6953972b275d32ef0a535f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Dec 2011 16:09:03 -0200 Subject: Fixing parameter evaluation --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": -- cgit v1.2.3