Page MenuHomeDevCentral

D3036.diff
No OneTemporary

D3036.diff

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
@@ -20,3 +20,20 @@
- file: /etc/login.conf
{% endif %}
+
+# -------------------------------------------------------------
+# Locales
+#
+# Each system should at least provide en_US.UTF-8.
+#
+# Any being is welcome to add any locale in this section.
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+{% if grains['os_family'] == 'RedHat' %}
+
+locales_packages:
+ pkg.installed:
+ - pkgs:
+ - glibc-langpack-en
+
+{% endif %}

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 23, 20:14 (6 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2313115
Default Alt Text
D3036.diff (605 B)

Event Timeline