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
Tom X. Tobin 4c4a58e77b osx_defaults: Fix boolean value parsing
Values for boolean types were being unconditionally treated as strings
(by calling `.lower()`), thus breaking value parsing for actual boolean
and integer objects.

It looks like the bug was introduced in:

- 130bd670d8

Fixes #709.
9 years ago
..
__init__.py package files 10 years ago
alternatives.py Changes to author formatting, remove emails 9 years ago
at.py Changes to author formatting, remove emails 9 years ago
capabilities.py sys.exit removal for system/capabilities.py 9 years ago
cronvar.py switched to use module loggigng 9 years ago
crypttab.py fixed typos in cryptab, thanks @timw 9 years ago
debconf.py Adding author's github id 9 years ago
facter.py Adding author's github id 9 years ago
filesystem.py added missing version_added to new filesystem option 9 years ago
firewalld.py Merge pull request #1081 from ag-wood/firewalld-rr-fix 9 years ago
getent.py Adding author's github id 9 years ago
gluster_volume.py Fix documentation default value for gluster_volume start_on_create 9 years ago
iptables.py Merge pull request #1403 from LinusU/linusu-iptables-cleanup 9 years ago
kernel_blacklist.py Changes to author formatting, remove emails 9 years ago
known_hosts.py avoid index error on empty list, key being true means its not None nor [] 9 years ago
locale_gen.py Add some more locales to LOCALE_NORMALIZATION 9 years ago
lvg.py Changes to author formatting, remove emails 9 years ago
lvol.py add snapshot feature to lvol 9 years ago
modprobe.py Fixes #634 - multiple param handling by modprobe.py 9 years ago
ohai.py Remove unneeded spaces at the end of ohai 9 years ago
open_iscsi.py Fix open_iscsi EXAMPLES section 9 years ago
osx_defaults.py osx_defaults: Fix boolean value parsing 9 years ago
pam_limits.py Resolves #1312, Improve pam_limits documentation 9 years ago
puppet.py Update for modules which import json. 9 years ago
selinux_permissive.py minor doc fix 9 years ago
seport.py corrected version added 9 years ago
solaris_zone.py bugfix: use correct function close calls 9 years ago
svc.py Replace choices=BOOLEANS by type='bool', fix #1326 9 years ago
ufw.py Changes to author formatting, remove emails 9 years ago
zfs.py Fix ZFS create 9 years ago