add file type after triple backtick
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/9f44cec3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/9f44cec3 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/9f44cec3 Branch: refs/heads/master Commit: 9f44cec3906a2cb5f5a174ac5e16a1fecefbb44c Parents: fc9c81a Author: Alex Heneveld <[email protected]> Authored: Fri Nov 10 11:24:01 2017 +0000 Committer: Alex Heneveld <[email protected]> Committed: Fri Nov 10 11:24:01 2017 +0000 ---------------------------------------------------------------------- guide/blueprints/_elect-primary-policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/9f44cec3/guide/blueprints/_elect-primary-policies.md ---------------------------------------------------------------------- diff --git a/guide/blueprints/_elect-primary-policies.md b/guide/blueprints/_elect-primary-policies.md index 09bcefe..6ceccfc 100644 --- a/guide/blueprints/_elect-primary-policies.md +++ b/guide/blueprints/_elect-primary-policies.md @@ -16,7 +16,7 @@ and its `main.uri` sensor published at the root. If "Preferred Item" fails, "Fai will be become the primary. Any `demote` effector on "Preferred Item" and any `promote` effector on "Failover Item" will be invoked on failover. -``` +```yaml brooklyn.policies: - type: org.apache.brooklyn.policy.failover.ElectPrimaryPolicy brooklyn.config:
