]> gitweb.fluxo.info Git - puppet-wordpress.git/commitdiff
Fixing variable attribution
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Feb 2013 13:45:35 +0000 (11:45 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Feb 2013 13:45:35 +0000 (11:45 -0200)
manifests/init.pp

index ad5e5533914a2470dc9a499f5a97229f549bd65d..3ca28596e6b626c2d81957c426963460fb061d2b 100644 (file)
@@ -5,7 +5,7 @@ class wordpress(
 
   $real_wordpress_locale = $locale ? {
     ''      => '',
-    default => "-${wordpress_locale}"
+    default => "-${locale}"
   } 
 
   file { "/usr/local/sbin/wordpress":