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
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.
8 years ago
..
__init__.py package files 10 years ago
alternatives.py alternatives: add missing version_added and default doc 9 years ago
at.py Changes to author formatting, remove emails 10 years ago
capabilities.py sys.exit removal for system/capabilities.py 9 years ago
cronvar.py fix typo in get_exception(), extends fix #2502 (#2507) 9 years ago
crypttab.py fix typo in get_exception(), extends fix #2502 (#2507) 9 years ago
debconf.py Added 'answer' as an alias of 'value' on debconf module (#2464) 9 years ago
facter.py Fix facter path 9 years ago
filesystem.py Add support for reiserfs (#2551) 8 years ago
firewalld.py which not who (#2557) 8 years ago
getent.py fix typo in get_exception(), extends fix #2502 (#2507) 9 years ago
gluster_volume.py fix typo in get_exception(), extends fix #2502 (#2507) 9 years ago
iptables.py iptables: option to configure Source NAT (#2292) 9 years ago
kernel_blacklist.py Changes to author formatting, remove emails 10 years ago
known_hosts.py Fix reference in known_hosts doc (#2563) 8 years ago
locale_gen.py Only import get_exception once in locale_gen.py 9 years ago
lvg.py Add documentation to explain that pvs will be created if needed 9 years ago
lvol.py Add `active` and `inactive` states to the lvol module (#1974) 8 years ago
make.py docs: fix make docs (#2107) 9 years ago
modprobe.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 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 Fix for #2366 removed print statement (#2375) 9 years ago
pam_limits.py add missing author info 9 years ago
puppet.py Merge pull request #1149 from Jmainguy/puppet_stdout 9 years ago
sefcontext.py sefcontext: New module to manage SELinux file context mappings (semanage fcontext) (#2221) 9 years ago
selinux_permissive.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 9 years ago
seport.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 9 years ago
solaris_zone.py bugfix: use correct function close calls 9 years ago
svc.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 9 years ago
timezone.py Use %s string formatting in system/timezone.py (#2632) 8 years ago
ufw.py system/ufw.py: Add security warning re. removing ufw application prof… 9 years ago
zfs.py Keep, but ignore createparent option 9 years ago