You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)
8 years ago
..
__init__.py
authorized_key.py Fixes #1715 Allow authorized_module accept multi. (#3573) 8 years ago
cron.py Clarify behaviour when state=present and no name is given (#3904) 8 years ago
group.py
hostname.py
mount.py Proposed fix to not require src and fstype arguments for mount. Issue #1259. (#1357) 8 years ago
ping.py
seboolean.py
selinux.py
service.py service module: use sysrc on FreeBSD (#4042) 8 years ago
setup.py
sysctl.py Showing some of the sysctl settings in proper yaml format per Ansible documentation (#4073) 8 years ago
systemd.py make daemon reload first thing always run 8 years ago
user.py