ansible/packaging/os
Adrian Likins 8fdb068d7a Fix default perm for apt_repo files. (#4072)
Change the file mode arg to 'raw' ala file args

Following the file_common_args model, change the
type of the 'mode' arg here to type='raw' with no
default arg value.

The default mode for file creation is the module
constant DEFAULT_SOURCES_PER, and is used if no
mode os specified.

A default mode of 0644 (and not specified as int or str)
would get converted to an octal 420, resulting in the
sources file being created with mode '0420' instead of '0644'

Fixes #16370
2016-07-01 13:10:32 -04:00
..
__init__.py
apt.py apt remove now recognizes the force parameter (#3756) 2016-06-22 07:56:09 +02:00
apt_key.py Add retries to apt_key with keyserver, fixes #3986 (#3987) 2016-06-22 07:42:44 +02:00
apt_repository.py Fix default perm for apt_repo files. (#4072) 2016-07-01 13:10:32 -04:00
apt_rpm.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
package.py removed extra space 2016-06-22 12:31:52 -04:00
redhat_subscription.py Convert packaging/* to py3/py2.4 syntax (#3702) 2016-05-20 07:48:10 -07:00
rhn_channel.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
rhn_register.py Convert packaging/* to py3/py2.4 syntax (#3702) 2016-05-20 07:48:10 -07:00
rpm_key.py Fix error reporting for fetch_key (#2662) 2016-04-19 18:03:14 -04:00
yum.py Cleanup unused variable in yum.py (#4009) 2016-06-22 09:30:37 -04:00