From 05e5ef38b03bb71a481ca9970f4dc67be30a16b6 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Tue, 19 Aug 2014 13:21:02 -0600 Subject: [PATCH] Doc fix Closes #15076 --- salt/states/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/states/user.py b/salt/states/user.py index e44ca9944b..3302a9906d 100644 --- a/salt/states/user.py +++ b/salt/states/user.py @@ -208,7 +208,7 @@ def present(name, remove_groups Remove groups that the user is a member of that weren't specified in - the state, Default is ``False``. + the state, Default is ``True``. home The location of the home directory to manage