From 70704ff97fa8e6fea87cd9ab463af98c2db671e0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Dec 2011 15:35:29 -0200 Subject: Another syntax fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index f67b711..77685cd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -9,7 +9,7 @@ class wordpress { } } - $real_wordpress_locale = $wordpress_locale { + $real_wordpress_locale = $wordpress_locale ? { '' => '', default => '-$wordpress_locale' } -- cgit v1.2.3