10 lines
219 B
Markdown
10 lines
219 B
Markdown
|
# kickstart.user.create user initial_password
|
||
|
Checks if user already exists, otherwhise, create a `user` with an initial password of `initial_password`
|
||
|
|
||
|
|
||
|
### Example
|
||
|
|
||
|
```bash
|
||
|
$ kickstart.user.create vagrant vagrant
|
||
|
```
|