aboutsummaryrefslogtreecommitdiff
path: root/templates/bootcblade.config.toml.j2
blob: 2087b700500660512849e41f34656539ecfb02ed (plain)
1
2
3
4
5
[[customizations.user]]
name = "{{ create_user }}"
{{ 'password = "' if create_user_password is defined else ''}}{{ create_user_password if create_user_password is defined else '' }}{{ '"' if create_user_password is defined else '' }}
key = "{{ create_user_ssh_pub }}"
groups = ["wheel"]