From 3912209cdb075b7af8f87c1e41170fd8614ca520 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 19 Sep 2012 20:19:15 -0400 Subject: doc: document 'tags' as comma delimited strings LP: #1042764 --- doc/examples/cloud-config-landscape.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/examples/cloud-config-landscape.txt') diff --git a/doc/examples/cloud-config-landscape.txt b/doc/examples/cloud-config-landscape.txt index 12c8101f..e4d23cc9 100644 --- a/doc/examples/cloud-config-landscape.txt +++ b/doc/examples/cloud-config-landscape.txt @@ -4,10 +4,12 @@ # will be basically rendered into a ConfigObj formated file # under the '[client]' section of /etc/landscape/client.conf # +# Note: 'tags' should be specified as a comma delimited string +# rather than a list. landscape: client: url: "https://landscape.canonical.com/message-system" ping_url: "http://landscape.canonical.com/ping" data_path: "/var/lib/landscape/client" http_proxy: "http://my.proxy.com/foobar" - tags: [ server, cloud ] + tags: "server,cloud" -- cgit v1.2.3