diff options
author | David Britton <dpb@canonical.com> | 2014-02-10 15:28:01 -0700 |
---|---|---|
committer | David Britton <dpb@canonical.com> | 2014-02-10 15:28:01 -0700 |
commit | 379cbc2e584856e0cca743c7eebd1458c2dddcbd (patch) | |
tree | 7b1fc3db07d4dc83e8603efa8ba16af6272d8e86 /doc | |
parent | 7010580f39cb9544412f5bc862647bf9ca767c73 (diff) | |
download | vyos-cloud-init-379cbc2e584856e0cca743c7eebd1458c2dddcbd.tar.gz vyos-cloud-init-379cbc2e584856e0cca743c7eebd1458c2dddcbd.zip |
properlly format the landscape example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-landscape.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/cloud-config-landscape.txt b/doc/examples/cloud-config-landscape.txt index 74e07b62..d8c3d278 100644 --- a/doc/examples/cloud-config-landscape.txt +++ b/doc/examples/cloud-config-landscape.txt @@ -16,7 +16,7 @@ landscape: data_path: "/var/lib/landscape/client" http_proxy: "http://my.proxy.com/foobar" tags: "server,cloud" - computer_title = footitle - https_proxy = fooproxy - registration_key = fookey - account_name = fooaccount + computer_title: footitle + https_proxy: fooproxy + registration_key: fookey + account_name fooaccount |