]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix invalid JSON in template
authorZane Bitter <zbitter@redhat.com>
Tue, 17 Apr 2012 16:04:04 +0000 (18:04 +0200)
committerZane Bitter <zbitter@redhat.com>
Tue, 17 Apr 2012 16:06:49 +0000 (18:06 +0200)
Signed-off-by: Zane Bitter <zbitter@redhat.com>
templates/WordPress_Single_Instance.template

index a69177828589f43d7985cc8fd78df0658144bed0..8cff5cc4f1795e479ec9c38313f9c8d5f5792379 100644 (file)
           "sed --in-place --e s/database_name_here/", { "Ref" : "DBName" }, "/ --e s/username_here/", { "Ref" : "DBUsername" }, "/ --e s/password_here/", { "Ref" : "DBPassword" }, "/ /usr/share/wordpress/wp-config.php\n"
         ]]}}
       }
-    },
+    }
   },
 
   "Outputs" : {