diff options
author | Tomer Cohen <tomer-launchpad.net@tomercohen.com> | 2018-10-25 20:48:05 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2018-10-25 20:48:05 +0000 |
commit | 532ff0f0a4f12225d5785bc98d7a4528e0c779d6 (patch) | |
tree | 40f87a3fcb89ef8626fb133ea5d0805f2e58f717 | |
parent | 744c42361317eaa23f860104f152432e5bb5b996 (diff) | |
download | vyos-cloud-init-532ff0f0a4f12225d5785bc98d7a4528e0c779d6.tar.gz vyos-cloud-init-532ff0f0a4f12225d5785bc98d7a4528e0c779d6.zip |
docs: remove colon from network v1 config example.
The docs for network v1 config contained a errant ':'. Simply drop it.
-rw-r--r-- | doc/rtd/topics/network-config-format-v1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/network-config-format-v1.rst b/doc/rtd/topics/network-config-format-v1.rst index 3b0148ca..83520000 100644 --- a/doc/rtd/topics/network-config-format-v1.rst +++ b/doc/rtd/topics/network-config-format-v1.rst @@ -332,7 +332,7 @@ the following keys: - type: static address: 192.168.23.14/27 gateway: 192.168.23.1 - - type: nameserver: + - type: nameserver address: - 192.168.23.2 - 8.8.8.8 |