This is an automated email from the ASF dual-hosted git repository.
duncangrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
The following commit(s) were added to refs/heads/master by this push:
new ba557207 change enricherType to type
new 6ed783dc Merge pull request #376 from
frogfather/correct-vanilla-bash-netcat-w-client-yaml
ba557207 is described below
commit ba557207499ac0c9efb0d134e15644cd2b43f4d0
Author: Frogfather <[email protected]>
AuthorDate: Wed Mar 22 11:36:55 2023 +0000
change enricherType to type
---
guide/blueprints/example_yaml/vanilla-bash-netcat-w-client.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/blueprints/example_yaml/vanilla-bash-netcat-w-client.yaml
b/guide/blueprints/example_yaml/vanilla-bash-netcat-w-client.yaml
index 651e2b09..920076c0 100644
--- a/guide/blueprints/example_yaml/vanilla-bash-netcat-w-client.yaml
+++ b/guide/blueprints/example_yaml/vanilla-bash-netcat-w-client.yaml
@@ -78,7 +78,7 @@ services:
# and add an enricher at the root so all sensors from netcat-server are
visible on the root
brooklyn.enrichers:
-- enricherType: org.apache.brooklyn.enricher.stock.Propagator
+- type: org.apache.brooklyn.enricher.stock.Propagator
brooklyn.config:
enricher.producer: $brooklyn:entity("netcat-server")
enricher.propagating.propagatingAll: true