ansible/files
Jérémie Astori e95bcaeb8a Remove support for d[efault]: in entry permissions
It is not documented in [the Ansible doc page][1] nor
[the BSD setfacl man entry][2] (which means it might not be compatible
with BSD) so removing it does not break the API.

On the other hand, it does not conform with POSIX 1003.1e DRAFT
STANDARD 17 according to the [Linux setfacl man entry][3] so safer to
remove.

Finally, the most important reason: in non POSIX 1003.e mode, only ACL
entries without the permissions field are accepted, so having an
optional field here is very much error-prone.

[1]: http://docs.ansible.com/ansible/acl_module.html
[2]: http://www.freebsd.org/cgi/man.cgi?format=html&query=setfacl(1)
[3]: http://linuxcommand.org/man_pages/setfacl1.html
2015-08-20 22:22:28 +00:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
acl.py Remove support for d[efault]: in entry permissions 2015-08-20 22:22:28 +00:00
assemble.py added ignore hidden to assemble 2015-07-09 00:28:10 -04:00
copy.py Fix obvious copy-paste error in module docs 2015-08-13 19:47:49 +03:00
fetch.py Add missing GPLv3 License header 2015-07-03 22:57:53 -05:00
file.py now captures any exceptions when trying to create directories 2015-07-01 10:39:50 -04:00
find.py Add the ability to grep for content 2015-06-18 20:38:19 +05:30
ini_file.py Merge pull request #988 from isaacsimmons/ini-file-catch-interpolation-error 2015-07-20 20:49:23 -04:00
lineinfile.py minor doc fixes 2015-07-24 17:57:13 -04:00
replace.py minor doc fixes 2015-07-24 17:57:13 -04:00
stat.py Improved stat documentation 2015-07-13 17:51:32 -06:00
synchronize.py Modify the default for synchronize's dest_port again 2015-08-05 13:05:59 -07:00
template.py Merge pull request #1670 from mikeputnam/issue-1643-gpl-header 2015-07-30 14:39:44 -04:00
unarchive.py Also document in example that unarchive download was added in 2.0 2015-07-14 10:19:17 -04:00
xattr.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00