summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2022-05-29 20:46:10 +0200
committerGitHub <noreply@github.com>2022-05-29 20:46:10 +0200
commit590ab57d307e3162ece29e7b39b6df0c8a1c56d7 (patch)
treeefd4b1ff74ef411d41847cdb672600ab6522b115
parent958ae538aa007056a6886f5e65e0cd22e4f22bf1 (diff)
parent0adece20c68949c514f62447fe57f160519c573e (diff)
downloadvyos-documentation-590ab57d307e3162ece29e7b39b6df0c8a1c56d7.tar.gz
vyos-documentation-590ab57d307e3162ece29e7b39b6df0c8a1c56d7.zip
Merge pull request #775 from smougenot/patch-1
add link to write_files format documentation
-rw-r--r--docs/automation/cloud-init.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst
index 7d0cc036..ccfb6275 100644
--- a/docs/automation/cloud-init.rst
+++ b/docs/automation/cloud-init.rst
@@ -50,7 +50,7 @@ In VyOS, by default, enables only two modules:
* ``write_files`` - this module allows to insert any files into the filesystem
before the first boot, for example, pre-generated encryption keys,
- certificates, or even a whole ``config.boot`` file.
+ certificates, or even a whole ``config.boot`` file. The format is described in the cloudinit documentation `Cloud-init-write_files`_.
* ``vyos_userdata`` - the module accepts a list of CLI configuration commands in
a ``vyos_config_commands`` section, which gives an easy way to configure the
@@ -427,5 +427,6 @@ References
.. _vyos-vm-images: https://github.com/vyos/vyos-vm-images
.. _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
-.. start_vyoslinter \ No newline at end of file
+.. start_vyoslinter