community.general/lib/ansible/modules/system
Christian Schwarz e25cb4df77 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-12-08 11:24:41 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
authorized_key.py Fixes #1715 Allow authorized_module accept multi. (#3573) 2016-12-08 11:24:38 -05:00
cron.py Clarify behaviour when state=present and no name is given (#3904) 2016-12-08 11:24:36 -05:00
group.py Fix incorrect variable in group.py: user -> group 2016-12-08 11:23:39 -05:00
hostname.py Port hostname to a py24 and py3 compatible syntax (#3676) 2016-12-08 11:24:28 -05:00
mount.py Proposed fix to not require src and fstype arguments for mount. Issue #1259. (#1357) 2016-12-08 11:24:30 -05:00
ping.py Port to dual python2/python3 compat 2016-12-08 11:24:27 -05:00
seboolean.py Port seboolean to py3/py2.4 syntax (#3679) 2016-12-08 11:24:29 -05:00
selinux.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
service.py service module: use sysrc on FreeBSD (#4042) 2016-12-08 11:24:41 -05:00
setup.py Remove the ignore_ohai and ignore_facter parameters as the functionality was merged into gather_subset 2016-12-08 11:24:12 -05:00
sysctl.py Showing some of the sysctl settings in proper yaml format per Ansible documentation (#4073) 2016-12-08 11:24:41 -05:00
systemd.py make daemon reload first thing always run 2016-12-08 11:24:41 -05:00
user.py Do not ignore the primary group if modifying the list of secondary groups. (#3585) 2016-12-08 11:24:30 -05:00