summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a9fb9fc..ad5e553 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,6 +1,6 @@
class wordpress(
$folder = '/var/www/data',
- $locale = ''
+ $locale = hiera('wordpress::locale', '')
) {
$real_wordpress_locale = $locale ? {