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 | 1ffd2d3166acb11c606d2afb9dcf0681e34ae5d7 (patch) | |
tree | 7b1fc3db07d4dc83e8603efa8ba16af6272d8e86 /doc | |
parent | 0083f2d5d064a76e9a0237b10b398556e6a0b05c (diff) | |
download | cloud-init-1ffd2d3166acb11c606d2afb9dcf0681e34ae5d7.tar.gz |
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 |