mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix spelling mistake of initializes
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
parent
2f0f9ab2ec
commit
6cc924cd33
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def init(
|
|||
done_file="%SALT_CONFIG_DIR%/lxd_initialized",
|
||||
):
|
||||
"""
|
||||
Initalizes the LXD Daemon, as LXD doesn't tell if its initialized
|
||||
Initializes the LXD Daemon, as LXD doesn't tell if its initialized
|
||||
we touch the done_file and check if it exist.
|
||||
|
||||
This can only be called once per host unless you remove the done_file.
|
||||
|
|
Loading…
Add table
Reference in a new issue