This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
commit 5e2c4e01668f927ec8b9b396f9fba3f264be5639 Author: Alex Heneveld <[email protected]> AuthorDate: Mon Oct 24 11:57:32 2022 +0100 fix indentation in blueprint --- guide/locations/_vSphere.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/locations/_vSphere.md b/guide/locations/_vSphere.md index a126160d..185b94a2 100644 --- a/guide/locations/_vSphere.md +++ b/guide/locations/_vSphere.md @@ -29,7 +29,7 @@ brooklyn.catalog: id: my-vsphere-linux-location name: my-vsphere-linux-location itemType: location - item: + item: type: vsphere brooklyn.config: displayName: vSphere VMware Linux @@ -68,7 +68,7 @@ brooklyn.catalog: id: my-vsphere-windows-location name: my-vsphere-windows-location itemType: location - item: + item: type: vsphere brooklyn.config: displayName: vSphere VMware Windows @@ -96,4 +96,4 @@ brooklyn.catalog: cloudMachineNamer: org.apache.brooklyn.core.location.cloud.names.CustomMachineNamer custom.machine.namer.machine: <PREFIX>-${entity.application.id}-WINDOWS-${entity.displayName[0..*10]}-${entity.id} vmNameMaxLength: 80 -``` \ No newline at end of file +```
