From 7697eb1565ccf1d29683529091422687f7dc1588 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Feb 2013 11:45:35 -0200 Subject: Fixing variable attribution --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index ad5e553..3ca2859 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,7 +5,7 @@ class wordpress( $real_wordpress_locale = $locale ? { '' => '', - default => "-${wordpress_locale}" + default => "-${locale}" } file { "/usr/local/sbin/wordpress": -- cgit v1.2.3