Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Duplicate
-
PUP 3.7.4
-
None
-
None
-
Night's Watch
Description
The issue I am seeing is that when I set ensure=absent for user and group and also set the forcelocal=true flag, the provider is still using userdel & groupdel calls to remove the user or group respectively. Shouldn't this be calling luserdel & lgroupdel instead? The ensure=present does make the correct call of luseradd & luserdel to add a user or group respectively.