Skip to content

Commit

Permalink
Trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
s-makin committed Jul 11, 2024
1 parent 6299ded commit f3bb393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/rtd/explanation/about-cloud-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ About the cloud-config file
The ``#cloud-config`` file is a type of user data that cloud-init can consume
to automatically set up various aspects of the system. It is the preferred way
to pass this type of configuration to cloud-init, and is commonly referred to
as "cloud config".
as "cloud config".

Note that networks are not configurable via the ``#cloud-config`` file because
:ref:`network configuration <network_config>` comes from the cloud.
Expand All @@ -32,7 +32,7 @@ to the config schema. It follows this general format:
.. code-block:: yaml
#cloud-config
top-level-key:
top-level-key:
config-key-1: config-value-1
config-key-2: config-value-2
list-key:
Expand Down

0 comments on commit f3bb393

Please sign in to comment.