Création du fichier

This commit is contained in:
Iwan Clément
2019-03-01 22:40:20 +01:00
parent 75777a74f4
commit 9ff48571db

11
linux/fr-locale.sls Normal file
View File

@@ -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 %}