ansible/system
Christian Schwarz f5e8204dbc service module: use sysrc on FreeBSD (#4042)
* service module: use sysrc on FreeBSD

sysrc(8) is the designated userland program to edit rc files on FreeBSD.

It first appeared in FreeBSD 9.2, hence is available on all supported
versions of FreeBSD.

Side effect: fixes #2664

* Incorporate changes suggested by bcoca.

- Use `get_bin_path` to find sysrc binary.
- Only use sysrc when available (support for legacy versions of FreeBSD)
2016-07-05 09:43:05 -04:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
authorized_key.py Fixes #1715 Allow authorized_module accept multi. (#3573) 2016-06-20 17:32:44 -04:00
cron.py Clarify behaviour when state=present and no name is given (#3904) 2016-06-10 13:03:01 -04: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 service module: use sysrc on FreeBSD (#4042) 2016-07-05 09:43:05 -04:00
setup.py Fix documentation. 2016-03-16 10:50:31 -07:00
sysctl.py Showing some of the sysctl settings in proper yaml format per Ansible documentation (#4073) 2016-06-30 19:27:41 -04:00
systemd.py make daemon reload first thing always run 2016-07-05 08:55:19 -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