f75a84e382
* Simplify logic and add FreeBSD & NetBSD * Remove incorrect flag for lock and unlock on FreeBSD * Add tests and changelog Co-authored-by: Chris Gadd <gaddman@email.com>
9 lines
214 B
YAML
9 lines
214 B
YAML
user_home_prefix:
|
|
Linux: '/home'
|
|
FreeBSD: '/home'
|
|
SunOS: '/home'
|
|
Darwin: '/Users'
|
|
|
|
status_command:
|
|
OpenBSD: "grep ansibulluser /etc/master.passwd | cut -d ':' -f 2"
|
|
FreeBSD: 'pw user show ansibulluser'
|