]> gitweb.fluxo.info Git - puppet-wordpress.git/commitdiff
Another syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Dec 2011 17:35:29 +0000 (15:35 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Dec 2011 17:35:29 +0000 (15:35 -0200)
manifests/init.pp

index f67b711a4ba9090882273997874f3fefee1e6a1e..77685cd0f6937f560c39b39e460827f4cb07b085 100644 (file)
@@ -9,7 +9,7 @@ class wordpress {
     }
   }
 
-  $real_wordpress_locale = $wordpress_locale {
+  $real_wordpress_locale = $wordpress_locale {
     ''      => '',
     default => '-$wordpress_locale'
   }