ansible/system
Adrian Likins 28bb69bd41 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-07-28 17:02:00 -04:00
..
__init__.py
alternatives.py alternatives: add missing version_added and default doc 2016-07-09 09:11:24 +02:00
at.py
capabilities.py
cronvar.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-06-30 10:37:21 -04:00
crypttab.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-06-30 10:37:21 -04:00
debconf.py
facter.py
filesystem.py Add support for reiserfs (#2551) 2016-07-28 11:52:32 -04:00
firewalld.py which not who (#2557) 2016-07-13 10:26:13 -04:00
getent.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-06-30 10:37:21 -04:00
gluster_volume.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-06-30 10:37:21 -04:00
iptables.py
kernel_blacklist.py
known_hosts.py Fix reference in known_hosts doc (#2563) 2016-07-25 21:41:41 +02:00
locale_gen.py
lvg.py
lvol.py Add active and inactive states to the lvol module (#1974) 2016-07-28 11:31:51 -04:00
make.py
modprobe.py
ohai.py
open_iscsi.py
osx_defaults.py
pam_limits.py
puppet.py
sefcontext.py
selinux_permissive.py
seport.py
solaris_zone.py
svc.py
timezone.py Use %s string formatting in system/timezone.py (#2632) 2016-07-28 17:02:00 -04:00
ufw.py
zfs.py