diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-01-21 16:49:44 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-01-21 16:49:44 -0500 |
commit | 50076145457e5857896493cb5c063944da03772c (patch) | |
tree | 913ba88f5605181d30c6690be4c4fc77fee796ee /doc | |
parent | b2ebae64a7b9738db6c6408cee4adc2bf2f178de (diff) | |
download | vyos-cloud-init-50076145457e5857896493cb5c063944da03772c.tar.gz vyos-cloud-init-50076145457e5857896493cb5c063944da03772c.zip |
cloud-config-landscape.txt: improve documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-landscape.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/cloud-config-landscape.txt b/doc/examples/cloud-config-landscape.txt index e4d23cc9..74e07b62 100644 --- a/doc/examples/cloud-config-landscape.txt +++ b/doc/examples/cloud-config-landscape.txt @@ -6,6 +6,9 @@ # # Note: 'tags' should be specified as a comma delimited string # rather than a list. +# +# You can get example key/values by running 'landscape-config', +# answer question, then look at /etc/landscape/client.config landscape: client: url: "https://landscape.canonical.com/message-system" @@ -13,3 +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 |