summaryrefslogtreecommitdiff
path: root/docs/automation
diff options
context:
space:
mode:
authorwhyrlpool <26317568+whyrlpool@users.noreply.github.com>2024-07-03 15:17:27 +0100
committerGitHub <noreply@github.com>2024-07-03 15:17:27 +0100
commit63ee8dfafac3f9aef13d9e25b21216443d02c258 (patch)
tree92034e72cac795e5906abc345bc34a4e6264bde8 /docs/automation
parentb6143b316cca70539e0b62732febcf91e93dda12 (diff)
downloadvyos-documentation-63ee8dfafac3f9aef13d9e25b21216443d02c258.tar.gz
vyos-documentation-63ee8dfafac3f9aef13d9e25b21216443d02c258.zip
s/bare/bear across docs, fix typo in proxmox cloud-init docs
Diffstat (limited to 'docs/automation')
-rw-r--r--docs/automation/cloud-init.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst
index 0b9ee207..ef796f45 100644
--- a/docs/automation/cloud-init.rst
+++ b/docs/automation/cloud-init.rst
@@ -251,8 +251,8 @@ Most important keys that needs to be considered:
* Networking configurations shouldn't be passed in user-data file.
* 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
+ enabled on first interface. Bear in mind that this configuration will be
+ 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.