From f51e04ba97a42782e6a0e973488290552346387f Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 19 Jul 2013 16:32:48 -0700 Subject: Add the ability to merge with jsonpatch. Jsonpatch is a new RFC standard for merging json-like structures which the cloud-init cloud-config is one such structure. To use this in a limited fashion (to start) add the ability for the cloud-config handler to accept this content-type and use it as an alternate way to merge new cloud-config sections into the accumulated cloud-config. LP: #1200476 --- Requires | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Requires') diff --git a/Requires b/Requires index de51a4e4..5086230d 100644 --- a/Requires +++ b/Requires @@ -27,3 +27,6 @@ requests # Boto for ec2 boto + +# For patching pieces of cloud-config together +jsonpatch -- cgit v1.2.3