diff options
Diffstat (limited to 'templates/bootcblade.config.toml.j2')
| -rw-r--r-- | templates/bootcblade.config.toml.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/bootcblade.config.toml.j2 b/templates/bootcblade.config.toml.j2 new file mode 100644 index 0000000..2087b70 --- /dev/null +++ b/templates/bootcblade.config.toml.j2 @@ -0,0 +1,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"] |
