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