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.
2015-01-03 18:01:13 +01:00
..
__init__.py package files 2014-09-26 11:04:10 -04:00
alternatives.py Module alternatives: support RedHat-based OSes 2014-09-30 00:38:56 +02:00
at.py fix at.py module on non-glibc systems 2014-12-17 10:09:36 -05:00
capabilities.py File extensions! 2014-09-26 10:40:16 -04:00
crypttab.py New crypttab module for editing Linux /etc/crypttab file 2014-09-29 01:11:11 +01:00
debconf.py Add a note about debconf passwords always being recorded as changed 2014-12-31 22:10:18 +00:00
facter.py File extensions! 2014-09-26 10:40:16 -04:00
filesystem.py mkfs.xfs uses -f instead of -F flag 2014-09-29 15:40:58 -07:00
firewalld.py Remove default from 'permanent' and 'state' docs 2014-12-12 18:49:19 +11:00
getent.py corrected and made better docs for getent 2014-10-04 10:21:26 -04:00
gluster_volume.py fixed doc bug 2014-12-30 19:53:59 -05:00
kernel_blacklist.py File extensions! 2014-09-26 10:40:16 -04:00
locale_gen.py Now allow every type of locales + archlinux fix 2015-01-03 18:01:13 +01:00
lvg.py Replace dev_string to dev_list 2014-10-06 12:49:20 -03:00
lvol.py File extensions! 2014-09-26 10:40:16 -04:00
modprobe.py File extensions! 2014-09-26 10:40:16 -04:00
ohai.py File extensions! 2014-09-26 10:40:16 -04:00
open_iscsi.py File extensions! 2014-09-26 10:40:16 -04:00
ufw.py Enable "ufw default allow routed" 2014-10-12 12:43:50 +01:00
zfs.py File extensions! 2014-09-26 10:40:16 -04:00