]> gitweb.fluxo.info Git - puppet-wordpress.git/commitdiff
Fixing parameter evaluation
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Dec 2011 18:09:03 +0000 (16:09 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Dec 2011 18:09:03 +0000 (16:09 -0200)
manifests/init.pp

index 77685cd0f6937f560c39b39e460827f4cb07b085..e144c1d680983bfaa52c743b6a03538898596a22 100644 (file)
@@ -11,7 +11,7 @@ class wordpress {
 
   $real_wordpress_locale = $wordpress_locale ? {
     ''      => '',
-    default => '-$wordpress_locale'
+    default => "-${wordpress_locale}"
   } 
 
   file { "/usr/local/sbin/wordpress":