diff options
author | Roberto Bertó <roberto.berto@gmail.com> | 2024-03-17 14:00:58 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 14:00:58 -0300 |
commit | f08a70b59b74f78ddb5620d10c947557dbacef80 (patch) | |
tree | 0ed7d21293c1235d98e386eda157d3449fee85e1 | |
parent | c15e8ff595c73e14a3a816977f074cb4652ebdc2 (diff) | |
download | vyos-documentation-f08a70b59b74f78ddb5620d10c947557dbacef80.tar.gz vyos-documentation-f08a70b59b74f78ddb5620d10c947557dbacef80.zip |
added that vyos_config_commands commit and save
-rw-r--r-- | docs/automation/cloud-init.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst index bbc8967c..ae22a914 100644 --- a/docs/automation/cloud-init.rst +++ b/docs/automation/cloud-init.rst @@ -88,6 +88,9 @@ proper commands list by copying it from another router. The configuration specified in the cloud-config document overwrites default configuration values and values configured via Metadata. +After the ``vyos_config_commands`` are executed, cloud-init will automatically +perform a ``commit`` and ``save`` operation. + Here is an example cloud-config that appends configuration at the time of first boot. |