Création du fichier
This commit is contained in:
11
linux/fr-locale.sls
Normal file
11
linux/fr-locale.sls
Normal 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 %}
|
||||
Reference in New Issue
Block a user