← Back to team overview

cloud-init-dev team mailing list archive

[Merge] lp:~davidpbritton/cloud-init/fix-landscape-init-example into lp:cloud-init

 

David Britton has proposed merging lp:~davidpbritton/cloud-init/fix-landscape-init-example into lp:cloud-init.

Requested reviews:
  cloud init development team (cloud-init-dev)
Related bugs:
  Bug #1277746 in cloud-init: "landscape module not working"
  https://bugs.launchpad.net/cloud-init/+bug/1277746

For more details, see:
https://code.launchpad.net/~davidpbritton/cloud-init/fix-landscape-init-example/+merge/205660

Simple fix to the landscape example replacing = with : in the right places.
-- 
https://code.launchpad.net/~davidpbritton/cloud-init/fix-landscape-init-example/+merge/205660
Your team cloud init development team is requested to review the proposed merge of lp:~davidpbritton/cloud-init/fix-landscape-init-example into lp:cloud-init.
=== modified file 'doc/examples/cloud-config-landscape.txt'
--- doc/examples/cloud-config-landscape.txt	2014-01-21 21:49:44 +0000
+++ doc/examples/cloud-config-landscape.txt	2014-02-10 22:31:06 +0000
@@ -16,7 +16,7 @@
     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


Follow ups