ansible/system
Dmitry Marakasov 68cb864aad Fix crontab argument order for writing (#3750)
Currently, when writing user's crontab, ansible calls

    crontab <file> -u <user>

This is incorrect according to crontab(1) on both FreeBSD and Linux,
which suggest that file argument should be the last.

At least on FreeBSD, this leads to incorrect cron module bahavior which
writes to root's crontab instead of users's
2016-05-27 06:54:03 +02:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
authorized_key.py Added one extra example in the authorized_key module. (#3637) 2016-05-24 14:50:22 +02:00
cron.py Fix crontab argument order for writing (#3750) 2016-05-27 06:54:03 +02:00
group.py Fix incorrect variable in group.py: user -> group 2015-10-03 01:09:03 +01:00
hostname.py Port hostname to a py24 and py3 compatible syntax (#3676) 2016-05-17 10:21:26 -07:00
mount.py Proposed fix to not require src and fstype arguments for mount. Issue #1259. (#1357) 2016-05-23 11:20:10 -04:00
ping.py Port to dual python2/python3 compat 2016-05-10 21:58:49 -07:00
seboolean.py Port seboolean to py3/py2.4 syntax (#3679) 2016-05-17 10:23:06 -07:00
selinux.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
service.py Revert "remove checking of stderr for insserv (#1846)" 2016-05-05 10:41:06 -04:00
setup.py Fix documentation. 2016-03-16 10:50:31 -07:00
sysctl.py Port sysctl to a py3 and py24 compatible syntax (#3675) 2016-05-17 10:20:36 -07:00
systemd.py fixed enabled reporting 2016-05-26 13:55:48 -04:00
user.py Do not ignore the primary group if modifying the list of secondary groups. (#3585) 2016-05-19 22:37:57 -04:00