You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/system
Sterfield c9656ff3b4 Now allow every type of locales + archlinux fix
The previous version of this code was supporting only locales using the
format "<language>_<territory>.<charset>". But all the locales that
doesn't have this format were not installable (such as "fr_FR" or
"fr_FR@euro").
Also, if an invalid locales was provided, the module kept sending a
"changed" status.

Now :
 * if the user provides an invalid locales, the module failed. Locales
   are verified using /etc/locale.gen or /usr/share/i18n/SUPPORTED if
   Ubuntu
 * Every types of valid locales are now supported.
 * The locale module was not working on Archlinux, as there's no space
   between the "#" and the locale. This is now supported. Credits goes
   to danderson189, this is his code.

This module was tested on debian jessie, ubuntu 14 LTS and last
Archlinux.
10 years ago
..
__init__.py package files 10 years ago
alternatives.py Module alternatives: support RedHat-based OSes 10 years ago
at.py fix at.py module on non-glibc systems 10 years ago
capabilities.py File extensions! 10 years ago
crypttab.py New crypttab module for editing Linux /etc/crypttab file 10 years ago
debconf.py Add a note about debconf passwords always being recorded as changed 10 years ago
facter.py File extensions! 10 years ago
filesystem.py mkfs.xfs uses -f instead of -F flag 10 years ago
firewalld.py Remove default from 'permanent' and 'state' docs 10 years ago
getent.py corrected and made better docs for getent 10 years ago
gluster_volume.py fixed doc bug 10 years ago
kernel_blacklist.py File extensions! 10 years ago
locale_gen.py Now allow every type of locales + archlinux fix 10 years ago
lvg.py Replace dev_string to dev_list 10 years ago
lvol.py File extensions! 10 years ago
modprobe.py File extensions! 10 years ago
ohai.py File extensions! 10 years ago
open_iscsi.py File extensions! 10 years ago
ufw.py Enable "ufw default allow routed" 10 years ago
zfs.py File extensions! 10 years ago