kickstart/docs/kickstart/user/create.md

10 lines
219 B
Markdown
Raw Normal View History

# 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
```