From 379cbc2e584856e0cca743c7eebd1458c2dddcbd Mon Sep 17 00:00:00 2001 From: David Britton Date: Mon, 10 Feb 2014 15:28:01 -0700 Subject: properlly format the landscape example --- doc/examples/cloud-config-landscape.txt | 8 ++++---- 1 file 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 -- cgit v1.2.3 From f7c254c3ae80363c860182fcc3f68c0c7f9cf824 Mon Sep 17 00:00:00 2001 From: David Britton Date: Mon, 10 Feb 2014 15:32:46 -0700 Subject: oops --- doc/examples/cloud-config-landscape.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/cloud-config-landscape.txt b/doc/examples/cloud-config-landscape.txt index d8c3d278..d7ff8ef8 100644 --- a/doc/examples/cloud-config-landscape.txt +++ b/doc/examples/cloud-config-landscape.txt @@ -19,4 +19,4 @@ landscape: computer_title: footitle https_proxy: fooproxy registration_key: fookey - account_name fooaccount + account_name: fooaccount -- cgit v1.2.3