diff options
author | saurabhvartak1982 <48907314+saurabhvartak1982@users.noreply.github.com> | 2020-07-03 02:10:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 16:40:14 -0400 |
commit | 74fc5bf6ffcc6246e2c21a3314d9bc6324443909 (patch) | |
tree | 1191ca27f3f6c8ae57547144d2b3b0bfee545a34 /doc/rtd | |
parent | 2b727914e8cbee6810b1bb9a1cfdb90ad521ceb6 (diff) | |
download | vyos-cloud-init-74fc5bf6ffcc6246e2c21a3314d9bc6324443909.tar.gz vyos-cloud-init-74fc5bf6ffcc6246e2c21a3314d9bc6324443909.zip |
Update list of types of modules in cli.rst
Added cloud_final_modules in place of cloud_init_modules under the heading 'modules'. cloud_init_modules was wrongly appearing twice.
Diffstat (limited to 'doc/rtd')
-rw-r--r-- | doc/rtd/topics/cli.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/cli.rst b/doc/rtd/topics/cli.rst index 4a0aa924..0ff230b5 100644 --- a/doc/rtd/topics/cli.rst +++ b/doc/rtd/topics/cli.rst @@ -164,7 +164,7 @@ declared to run in various boot stages in the file * *cloud_init_modules* * *cloud_config_modules* -* *cloud_init_modules* +* *cloud_final_modules* Can be run on the command line, but each module is gated to run only once due to semaphores in ``/var/lib/cloud/``. |