diff options
author | whyrlpool <26317568+whyrlpool@users.noreply.github.com> | 2024-07-03 13:46:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 13:46:31 +0100 |
commit | 0731705733409ab91bc9067be13936a35ba8e947 (patch) | |
tree | 7e07923708d58f3183d466953dd39ccbfc4ec8e7 /docs/automation | |
parent | 1cb9ed755a0b35e7180b21f36d293dd78af2f460 (diff) | |
download | vyos-documentation-0731705733409ab91bc9067be13936a35ba8e947.tar.gz vyos-documentation-0731705733409ab91bc9067be13936a35ba8e947.zip |
Update cloud-init.rst, typo
fixes typo on line 255, s/inyected/injected/, update proof-read date
Diffstat (limited to 'docs/automation')
-rw-r--r-- | docs/automation/cloud-init.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst index 0b9ee207..5cd9bdad 100644 --- a/docs/automation/cloud-init.rst +++ b/docs/automation/cloud-init.rst @@ -1,4 +1,4 @@ -:lastproofread: 2021-07-12 +:lastproofread: 2024-07-03 .. _cloud-init: @@ -252,7 +252,7 @@ Most important keys that needs to be considered: * If no networking configuration is provided, then dhcp client is going to be enabled on first interface. Bare in mind that this configuration will be - inyected at an OS level, so don't expect to find dhcp client configuration + injected at an OS level, so don't expect to find dhcp client configuration on vyos cli. Because of this behavior, in next example lab we will disable dhcp-client configuration on eth0. |