community.general/lib/ansible/modules/extras/system
Adrian Likins 66716d58a2 Use %s string formatting in system/timezone.py (#2632)
This module was using python 2.6 string .format().
To enable the module to run on python2.4, replace
the .format formatting with '%s' based string formatting.

There was also a use of a 'filename' variable in the
NosystemdTimezone.get() method that was never set.

An import of 'os' was also added for clarity.
2016-12-08 11:34:35 -05:00
..
__init__.py package files 2016-12-08 11:32:18 -05:00
alternatives.py alternatives: add missing version_added and default doc 2016-12-08 11:34:27 -05:00
at.py Changes to author formatting, remove emails 2016-12-08 11:32:51 -05:00
capabilities.py sys.exit removal for system/capabilities.py 2016-12-08 11:33:25 -05:00
cronvar.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-12-08 11:34:26 -05:00
crypttab.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-12-08 11:34:26 -05:00
debconf.py Added 'answer' as an alias of 'value' on debconf module (#2464) 2016-12-08 11:34:24 -05:00
facter.py Fix facter path 2016-12-08 11:33:50 -05:00
filesystem.py Add support for reiserfs (#2551) 2016-12-08 11:34:34 -05:00
firewalld.py which not who (#2557) 2016-12-08 11:34:31 -05:00
getent.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-12-08 11:34:26 -05:00
gluster_volume.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-12-08 11:34:26 -05:00
iptables.py iptables: option to configure Source NAT (#2292) 2016-12-08 11:34:18 -05:00
kernel_blacklist.py Changes to author formatting, remove emails 2016-12-08 11:32:51 -05:00
known_hosts.py Fix reference in known_hosts doc (#2563) 2016-12-08 11:34:33 -05:00
locale_gen.py Only import get_exception once in locale_gen.py 2016-12-08 11:34:20 -05:00
lvg.py Add documentation to explain that pvs will be created if needed 2016-12-08 11:33:50 -05:00
lvol.py Add `active` and `inactive` states to the lvol module (#1974) 2016-12-08 11:34:34 -05:00
make.py docs: fix make docs (#2107) 2016-12-08 11:34:09 -05:00
modprobe.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 2016-12-08 11:34:20 -05:00
ohai.py Remove unneeded spaces at the end of ohai 2016-12-08 11:33:40 -05:00
open_iscsi.py Fix open_iscsi EXAMPLES section 2016-12-08 11:33:25 -05:00
osx_defaults.py Fix for #2366 removed print statement (#2375) 2016-12-08 11:34:20 -05:00
pam_limits.py add missing author info 2016-12-08 11:34:15 -05:00
puppet.py Enable stdout and stderr on sucessful runs, making show_diff useable 2016-12-08 11:34:04 -05:00
sefcontext.py sefcontext: New module to manage SELinux file context mappings (semanage fcontext) (#2221) 2016-12-08 11:34:21 -05:00
selinux_permissive.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 2016-12-08 11:34:20 -05:00
seport.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 2016-12-08 11:34:20 -05:00
solaris_zone.py bugfix: use correct function close calls 2016-12-08 11:33:21 -05:00
svc.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 2016-12-08 11:34:20 -05:00
timezone.py Use %s string formatting in system/timezone.py (#2632) 2016-12-08 11:34:35 -05:00
ufw.py system/ufw.py: Add security warning re. removing ufw application prof… 2016-12-08 11:34:08 -05:00
zfs.py Keep, but ignore createparent option 2016-12-08 11:33:48 -05:00