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-dist.git
commit 70b547ff14b7f8671c88bdb78f46dbbd670786c7 Author: Thomas Bouron <[email protected]> AuthorDate: Thu Jul 15 09:06:06 2021 +0100 Enable by default the deployment metadata sensor --- karaf/features/src/main/resources/resources/etc/brooklyn.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karaf/features/src/main/resources/resources/etc/brooklyn.cfg b/karaf/features/src/main/resources/resources/etc/brooklyn.cfg index 1f7051a..4c71952 100644 --- a/karaf/features/src/main/resources/resources/etc/brooklyn.cfg +++ b/karaf/features/src/main/resources/resources/etc/brooklyn.cfg @@ -32,5 +32,5 @@ brooklyn.webconsole.security.provider = org.apache.brooklyn.rest.security.provid # Default initializers to automatically add to any application deployed with Brooklyn # This expect a comma separated list of initializer class names -#brooklyn.deployment.initializers= +brooklyn.deployment.initializers=org.apache.brooklyn.core.effector.AddDeploySensorsInitializer
