yaml tidy

Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/40b21d6f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/40b21d6f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/40b21d6f

Branch: refs/heads/master
Commit: 40b21d6fe6cd932d478bb546d6baea044b8461b5
Parents: c7449ac
Author: Alex Heneveld <[email protected]>
Authored: Tue Mar 17 19:10:29 2015 +0000
Committer: Alex Heneveld <[email protected]>
Committed: Wed Mar 18 22:08:20 2015 +0000

----------------------------------------------------------------------
 .../camp/src/test/resources/java-web-app-and-db-with-policy.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/40b21d6f/usage/camp/src/test/resources/java-web-app-and-db-with-policy.yaml
----------------------------------------------------------------------
diff --git a/usage/camp/src/test/resources/java-web-app-and-db-with-policy.yaml 
b/usage/camp/src/test/resources/java-web-app-and-db-with-policy.yaml
index 01f79f1..cd4c24d 100644
--- a/usage/camp/src/test/resources/java-web-app-and-db-with-policy.yaml
+++ b/usage/camp/src/test/resources/java-web-app-and-db-with-policy.yaml
@@ -18,7 +18,7 @@
 #
 name: java-cluster-db-policy-example
 services:
-- serviceType: brooklyn.entity.webapp.ControlledDynamicWebAppCluster
+- type: brooklyn.entity.webapp.ControlledDynamicWebAppCluster
   name: My Web with Policy
   location: localhost
   brooklyn.config:
@@ -37,7 +37,7 @@ services:
       minPoolSize: 1
       maxPoolSize: 5
       
-- serviceType: brooklyn.entity.database.mysql.MySqlNode
+- type: brooklyn.entity.database.mysql.MySqlNode
   id: db
   name: My DB
   location: localhost

Reply via email to