docs: fix user module prompt description
This commit is contained in:
@@ -20,7 +20,19 @@
|
|||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
example = false;
|
example = false;
|
||||||
description = "Whether the user should be prompted.";
|
description = ''
|
||||||
|
Whether the user should be prompted for a password.
|
||||||
|
|
||||||
|
Effects:
|
||||||
|
|
||||||
|
- *enabled* (`true`) - Prompt for a passwort during the machine installation or update workflow.
|
||||||
|
- *disabled* (`false`) - Generate a passwort during the machine installation or update workflow.
|
||||||
|
|
||||||
|
The password can be shown in two steps:
|
||||||
|
|
||||||
|
- `clan vars list <machine-name>`
|
||||||
|
- `clan vars get <machine-name> <name-of-password-variable>`
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user