diff options
author | Roberto Bertó <roberto.berto@gmail.com> | 2024-03-17 14:14:42 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 14:14:42 -0300 |
commit | f2b262ae1b9b12cb22991528939aed0a00efd966 (patch) | |
tree | 112803a70057f73af1434bd4130bac6054b3b7f8 | |
parent | b82255f40736fef25fd59cd4073d2f8b8e4ba45c (diff) | |
download | vyos-documentation-f2b262ae1b9b12cb22991528939aed0a00efd966.tar.gz vyos-documentation-f2b262ae1b9b12cb22991528939aed0a00efd966.zip |
besides document that vyos_config_commands will do commit and save fixed 80 line len for linter
-rw-r--r-- | docs/automation/cloud-init.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst index d6a8799c..63a5eff6 100644 --- a/docs/automation/cloud-init.rst +++ b/docs/automation/cloud-init.rst @@ -218,9 +218,8 @@ the method with KVM to attach the ISO as a CD drive follows. --noautoconsole -For more information on the NoCloud data source, visit its `page -<https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html>`_ -in the cloud-init documentation. +For more information on the NoCloud data source, visit its +page `_nocloud`_ in the cloud-init documentation. *************** Troubleshooting @@ -432,5 +431,5 @@ References .. _cloud-init-docs: https://docs.vyos.io/en/equuleus/automation/cloud-init.html?highlight=cloud-init#vyos-cloud-init .. _Cloud-init-Support: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_cloud_init .. _Cloud-init-write_files: https://cloudinit.readthedocs.io/en/latest/topics/examples.html#writing-out-arbitrary-files - +.. _nocloud: https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html .. start_vyoslinter |