ansible/lib/ansible/modules/system
Michael Scherer 352d280058 Make service work when the service is not present in rc.conf
After installing a package from the ports collection on a
fresh FreeBSD 11.0, Ansible was unable to enable it, failing with
"unable to get current rcvar value". Debugging showed that sysrc
didn't see the variable from /usr/local/etc/rc.d/myservice, but
adding the value was working.

So we will just fallback to the default value if we can't find it.
2016-12-08 11:25:26 -05:00
..
__init__.py
authorized_key.py Make authorized_key preserve key order (#5339) 2016-12-08 11:25:23 -05:00
cron.py Identify existing unmanaged jobs by exact match, when no header comment is found 2016-12-08 11:25:25 -05:00
group.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
hostname.py hostname: add support for alpine linux (#4837) 2016-12-08 11:25:24 -05:00
mount.py
ping.py
seboolean.py Convert name to bytes to compare it to bools 2016-12-08 11:25:20 -05:00
selinux.py
service.py Make service work when the service is not present in rc.conf 2016-12-08 11:25:26 -05:00
setup.py
sysctl.py
systemd.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
user.py dont join when group is none 2016-12-08 11:25:25 -05:00