ansible/system
Bjorn Neergaard cbc417ca1b Wrap get_distribution_version() in the hostname module
We wrap get_distribution_version() with a new function,
_get_distribution_version(), that returns `0` when the result is a string or
`None`.

This accounts for the case when get_distribution_version() returns a string,
and we try to compare it to a float. We do this in the hostname module instead
of the module snippets because other modules may want the real string
version.module snippets because other modules may want the real string version.
2014-07-28 11:16:30 -05:00
..
alternatives now module searches for update-alternatives vs hardcoding it 2014-05-20 22:51:27 -04:00
at Fix docstring issue. 2014-03-11 16:23:18 -05:00
authorized_key Add check_mode support to authorized_key. Fixes #7300 2014-07-19 17:55:58 -05:00
capabilities fix typo in the capabilities module description 2014-03-30 22:33:24 +02:00
cron Use correct parameter name in error message. 2014-06-27 14:53:54 +02:00
debconf Correct/update debconf examples - need to specify vtype. 2014-04-23 21:51:01 +01:00
facter
filesystem
firewalld Check to make sure the firewalld client is connected before proceeding 2014-04-15 15:03:52 -05:00
group Updating the other classes in the group module to match #7249 2014-06-24 12:28:43 -05:00
hostname Wrap get_distribution_version() in the hostname module 2014-07-28 11:16:30 -05:00
kernel_blacklist
locale_gen
lvg Merge branch 'lvg_dm_names' of https://github.com/ajsalminen/ansible into ajsalminen-lvg_dm_names 2014-06-20 13:24:07 -05:00
lvol
modprobe Update authors for modprobe module 2014-06-20 11:12:49 -05:00
mount Default for fstab missing, causing KeyError: 'fstab' 2014-07-24 13:14:46 +12:00
ohai
open_iscsi open_iscsi module: support RC 21 when listing logged-in target 2014-05-24 18:14:28 +02:00
ping
seboolean
selinux
service Remove useless code 2014-07-09 23:11:15 +03:00
setup Enable puppet facts 2014-07-17 17:53:12 +01:00
sysctl FreeBSD 10 compatibility fix 2014-07-25 14:33:24 +02:00
ufw Error checking and reporting on interface ufw rule 2014-06-11 11:10:38 -05:00
user Fix "TypeError: group id must be integer" if groupid passed in for group 2014-07-15 11:16:47 +10:00
zfs zfs: work around incompatibility by renaming share.nfs to sharenfs 2014-06-12 16:21:16 +08:00