user_home
Define the home of the user. User must already exists.
⚙️ Compatible targets: Linux
Parameters
Name | Documentation |
---|---|
login | User's login. This parameter is required. |
home | User's home. This parameter is required. |
Example
method: user_home
params:
login: VALUE
home: VALUE
Documentation
This method does not create the user, nor the home directory. entry example: /home/myuser The home given will be set, but not created.