aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-10-04 21:24:01 -0700
committerDan Fandrich <danf@mageia.org>2024-10-04 21:24:26 -0700
commitae1976228660588902a904f7509a106b790531cb (patch)
tree1a80a7cda264ebb4c6f1460715463fd25f6e85ed /deployment
parent2c7da66570999dcd21f11f976dc6ec27d820f45c (diff)
downloadpuppet-ae197622.tar
puppet-ae197622.tar.gz
puppet-ae197622.tar.bz2
puppet-ae197622.tar.xz
puppet-ae197622.zip
Try to fix the i18n template
Puppet didn't like the last change where a method was being called on a variable.
Diffstat (limited to 'deployment')
-rw-r--r--deployment/common/templates/i18n2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/common/templates/i18n b/deployment/common/templates/i18n
index 630be077..a96665e7 100644
--- a/deployment/common/templates/i18n
+++ b/deployment/common/templates/i18n
@@ -5,7 +5,7 @@ locale = 'en_US.UTF-8'
-%>
LC_TELEPHONE=<%= @locale %>
LC_CTYPE=<%= @locale %>
-LANGUAGE=<%= @locale %>:<%= @locale.split('.')[0] %>:<%= @locale.split('.')[0].split('_')[0] %>
+LANGUAGE=<%= @locale %>:<%= (@locale).split('.')[0] %>:<%= (@locale).split('.')[0].split('_')[0] %>
LC_MONETARY=<%= @locale %>
LC_ADDRESS=<%= @locale %>
LC_COLLATE=<%= @locale %>