Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3713690
D3047.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
692 B
Referenced Files
None
Subscribers
None
D3047.diff
View Options
diff --git a/roles/core/login/init.sls b/roles/core/login/init.sls
--- a/roles/core/login/init.sls
+++ b/roles/core/login/init.sls
@@ -26,6 +26,11 @@
#
# Each system should at least provide en_US.UTF-8.
#
+# Two locales strategies exist:
+# - install a package with all locales (Debian)
+# - install locales packages (RHEL)
+#
+# In the second case, we need to list all the locales we need.
# Any being is welcome to add any locale in this section.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -37,3 +42,10 @@
- glibc-langpack-en
{% endif %}
+
+{% if grains['os_family'] == 'Debian' %}
+
+locales-all:
+ pkg.installed
+
+{% endif %}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 5, 06:58 (16 m, 52 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2230116
Default Alt Text
D3047.diff (692 B)
Attached To
Mode
D3047: Ensure all locales are available on Debian
Attached
Detach File
Event Timeline
Log In to Comment