From 9ff48571db7026c192887216963dd14775d2cd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Fri, 1 Mar 2019 22:40:20 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/fr-locale.sls | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 linux/fr-locale.sls diff --git a/linux/fr-locale.sls b/linux/fr-locale.sls new file mode 100644 index 0000000..163ef70 --- /dev/null +++ b/linux/fr-locale.sls @@ -0,0 +1,11 @@ +{% if grains['kernel'] == 'Linux' %} +fr_locale: + locale.present: + - name: fr_FR.UTF-8 + +default_locale: + locale.system: + - name: fr_FR.UTF-8 + - require: + - locale: fr_locale +{% endif %} \ No newline at end of file